equal
deleted
inserted
replaced
10 |
10 |
11 |
11 |
12 @interface TeamConfigViewController : UITableViewController { |
12 @interface TeamConfigViewController : UITableViewController { |
13 NSMutableArray *listOfTeams; |
13 NSMutableArray *listOfTeams; |
14 NSMutableArray *listOfSelectedTeams; |
14 NSMutableArray *listOfSelectedTeams; |
15 BOOL isFirstLoad; |
15 NSArray *cachedContentsOfDir; |
16 } |
16 } |
17 |
17 |
18 @property (nonatomic, retain) NSMutableArray *listOfTeams; |
18 @property (nonatomic, retain) NSMutableArray *listOfTeams; |
19 @property (nonatomic, retain) NSMutableArray *listOfSelectedTeams; |
19 @property (nonatomic, retain) NSMutableArray *listOfSelectedTeams; |
|
20 @property (nonatomic, retain) NSArray *cachedContentsOfDir; |
20 |
21 |
21 @end |
22 @end |