diff -r 2c06b1120749 -r 00215a7ec5f5 project_files/HedgewarsMobile/Classes/SavedGamesViewController.h --- 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