Skip to content

Commit bc9d6d3

Browse files
author
pifupro_iOS_admin
committed
Optimization of code format
1 parent b0de0c5 commit bc9d6d3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CollectionViewClassifyMenu/Class/Other/Tool/CYLDBManager.m

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,8 @@
1212
NSString *const kDataSourceCellTextKey = @"Food_Name";
1313
NSString *const kDataSourceCellPictureKey = @"Picture";
1414

15-
@interface CYLDBManager()
16-
17-
@property (nonatomic, strong) NSMutableArray *dataSource;
18-
@property (nonatomic, strong) NSMutableArray *allTags;
19-
20-
@end
21-
2215
@implementation CYLDBManager
2316

24-
@synthesize dataSource = _dataSource;
25-
@synthesize allTags = _allTags;
26-
2717
/**
2818
* 懒加载_dataSource
2919
*

0 commit comments

Comments
 (0)