project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 11217 e68b3e392091
--- a/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h	Fri Dec 29 22:37:31 2017 +0100
+++ b/project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h	Sat Dec 30 01:22:11 2017 +0100
@@ -26,10 +26,10 @@
     UITabBarController *tabController;
 }
 
-@property (nonatomic, retain) UIViewController *targetController;
-@property (nonatomic, retain) NSArray *controllerNames;
-@property (nonatomic, retain) NSIndexPath *lastIndexPath;
+@property (nonatomic, strong) UIViewController *targetController;
+@property (nonatomic, strong) NSArray *controllerNames;
+@property (nonatomic, strong) NSIndexPath *lastIndexPath;
 
--(void) dismissSplitView;
+- (void)dismissSplitView;
 
 @end