--- 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