project_files/HedgewarsMobile/Classes/SavedGamesViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 11253 62d1a66b353d
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    24                                                         EditableCellViewDelegate, UIActionSheetDelegate>  {
    24                                                         EditableCellViewDelegate, UIActionSheetDelegate>  {
    25     UITableView *tableView;
    25     UITableView *tableView;
    26     NSMutableArray *listOfSavegames;
    26     NSMutableArray *listOfSavegames;
    27 }
    27 }
    28 
    28 
    29 @property (nonatomic,retain) IBOutlet UITableView *tableView;
    29 @property (nonatomic, strong) IBOutlet UITableView *tableView;
    30 @property (nonatomic,retain) NSMutableArray *listOfSavegames;
    30 @property (nonatomic, strong) NSMutableArray *listOfSavegames;
    31 
    31 
    32 -(IBAction) buttonPressed:(id) sender;
    32 - (IBAction)buttonPressed:(id)sender;
    33 
    33 
    34 @end
    34 @end