We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0de0c5 commit bc9d6d3Copy full SHA for bc9d6d3
CollectionViewClassifyMenu/Class/Other/Tool/CYLDBManager.m
@@ -12,18 +12,8 @@
12
NSString *const kDataSourceCellTextKey = @"Food_Name";
13
NSString *const kDataSourceCellPictureKey = @"Picture";
14
15
-@interface CYLDBManager()
16
-
17
-@property (nonatomic, strong) NSMutableArray *dataSource;
18
-@property (nonatomic, strong) NSMutableArray *allTags;
19
20
-@end
21
22
@implementation CYLDBManager
23
24
-@synthesize dataSource = _dataSource;
25
-@synthesize allTags = _allTags;
26
27
/**
28
* 懒加载_dataSource
29
*
0 commit comments