diff -r 2c06b1120749 -r 00215a7ec5f5 project_files/HedgewarsMobile/Classes/LevelViewController.h --- a/project_files/HedgewarsMobile/Classes/LevelViewController.h Fri Dec 29 22:37:31 2017 +0100 +++ b/project_files/HedgewarsMobile/Classes/LevelViewController.h Sat Dec 30 01:22:11 2017 +0100 @@ -30,9 +30,9 @@ NSInteger numberOfSections; } -@property (nonatomic,retain) NSDictionary *teamDictionary; -@property (nonatomic,retain) NSArray *levelArray; -@property (nonatomic,retain) NSArray *levelSprites; -@property (nonatomic,retain) NSIndexPath *lastIndexPath; +@property (nonatomic, strong) NSDictionary *teamDictionary; +@property (nonatomic, strong) NSArray *levelArray; +@property (nonatomic, strong) NSArray *levelSprites; +@property (nonatomic, strong) NSIndexPath *lastIndexPath; @end