branch | ios-develop |
changeset 12877 | 00215a7ec5f5 |
parent 11221 | e68b3e392091 |
12876:2c06b1120749 | 12877:00215a7ec5f5 |
---|---|
22 |
22 |
23 @interface TeamSettingsViewController : TableViewControllerWithDoneButton { |
23 @interface TeamSettingsViewController : TableViewControllerWithDoneButton { |
24 NSMutableArray *listOfTeams; |
24 NSMutableArray *listOfTeams; |
25 } |
25 } |
26 |
26 |
27 @property (nonatomic, retain) NSMutableArray *listOfTeams; |
27 @property (nonatomic, strong) NSMutableArray *listOfTeams; |
28 |
28 |
29 @end |
29 @end |