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