Skip to content

Commit fd40b7a

Browse files
committed
fix the warning.
1 parent fbe454c commit fd40b7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

LKDBHelper/Helper/NSObject+LKModel.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ + (NSString *)getDBDataPathWithName:(NSString *)filename {
9393
NSString *dir = [NSString stringWithFormat:@"dbdata/%@", NSStringFromClass(self)];
9494
return [LKDBUtils getPathForDocuments:filename inDir:dir];
9595
}
96-
+ (NSDictionary *)getTableMapping {
97-
return nil;
98-
}
9996
#pragma mark - Table Data Function 表数据
10097
+ (NSDateFormatter *)getModelDateFormatter {
10198
return nil;

0 commit comments

Comments
 (0)