project_files/HedgewarsMobile/Classes/HogHatViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 11182 55f20efae2e4
--- 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