branch | ios-develop |
changeset 12877 | 00215a7ec5f5 |
parent 11221 | e68b3e392091 |
--- a/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h Fri Dec 29 22:37:31 2017 +0100 +++ b/project_files/HedgewarsMobile/Classes/TeamSettingsViewController.h Sat Dec 30 01:22:11 2017 +0100 @@ -24,6 +24,6 @@ NSMutableArray *listOfTeams; } -@property (nonatomic, retain) NSMutableArray *listOfTeams; +@property (nonatomic, strong) NSMutableArray *listOfTeams; @end