diff -r 2c06b1120749 -r 00215a7ec5f5 project_files/HedgewarsMobile/Classes/HogHatViewController.h --- a/project_files/HedgewarsMobile/Classes/HogHatViewController.h Fri Dec 29 22:37:31 2017 +0100 +++ b/project_files/HedgewarsMobile/Classes/HogHatViewController.h Sat Dec 30 01:22:11 2017 +0100 @@ -28,9 +28,9 @@ UIImage *normalHogSprite; } -@property (nonatomic,retain) NSDictionary *teamDictionary; +@property (nonatomic, strong) NSDictionary *teamDictionary; @property (nonatomic) NSInteger selectedHog; -@property (nonatomic,retain) NSArray *hatArray; -@property (nonatomic,retain) UIImage *normalHogSprite; +@property (nonatomic, strong) NSArray *hatArray; +@property (nonatomic, strong) UIImage *normalHogSprite; @end