project_files/HedgewarsMobile/Classes/SavedGamesViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 11253 62d1a66b353d
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h	Fri Dec 29 22:37:31 2017 +0100
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.h	Sat Dec 30 01:22:11 2017 +0100
@@ -26,9 +26,9 @@
     NSMutableArray *listOfSavegames;
 }
 
-@property (nonatomic,retain) IBOutlet UITableView *tableView;
-@property (nonatomic,retain) NSMutableArray *listOfSavegames;
+@property (nonatomic, strong) IBOutlet UITableView *tableView;
+@property (nonatomic, strong) NSMutableArray *listOfSavegames;
 
--(IBAction) buttonPressed:(id) sender;
+- (IBAction)buttonPressed:(id)sender;
 
 @end