mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-14 23:21:50 +00:00
同步优化, 冲突判断以内容为准
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface Common : NSObject
|
||||
+ (BOOL) isNull:(id) i;
|
||||
//+ (BOOL) isNull:(id) i;
|
||||
+ (BOOL) isNullOrNil:(id) i;
|
||||
+ (BOOL) isBlankString:(NSString *)string;
|
||||
+ (NSString *) getDocPath;
|
||||
+ (NSString *) getAbsPath:(NSString *)relatedPath;
|
||||
|
Reference in New Issue
Block a user