Skip to content

Commit fd431db

Browse files
committed
删无用代码
1 parent 917b8c6 commit fd431db

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Coding_iOS/Models/Tasks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ typedef NS_ENUM(NSInteger, TaskEntranceType){
3232
@property (assign, nonatomic) BOOL canLoadMore, willLoadMore, isLoading;
3333
@property (assign, nonatomic) TaskQueryType type;
3434
@property (assign, nonatomic) TaskEntranceType entranceType;
35-
@property (readwrite ,strong, nonatomic) NSMutableDictionary *tasksDict;
3635

3736
+ (Tasks *)tasksWithPro:(Project *)project owner:(User *)owner queryType:(TaskQueryType)type;
3837
+ (Tasks *)tasksWithPro:(Project *)project queryType:(TaskQueryType)type;

Coding_iOS/Models/Tasks.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ - (instancetype)init
2020
_page = [NSNumber numberWithInteger:1];
2121
_pageSize = [NSNumber numberWithInteger:20];
2222
_type = TaskQueryTypeAll;//processing.done
23-
_tasksDict = [[NSMutableDictionary alloc] init];
2423
}
2524
return self;
2625
}

0 commit comments

Comments
 (0)