project_files/HedgewarsMobile/Classes/SavedGamesViewController.h
branchios-revival
changeset 11253 62d1a66b353d
parent 10108 c68cf030eded
child 12872 00215a7ec5f5
equal deleted inserted replaced
11252:3dc674af7662 11253:62d1a66b353d
    22 
    22 
    23 @interface SavedGamesViewController : UIViewController <UITableViewDelegate, UITableViewDataSource,
    23 @interface SavedGamesViewController : UIViewController <UITableViewDelegate, UITableViewDataSource,
    24                                                         EditableCellViewDelegate, UIActionSheetDelegate>  {
    24                                                         EditableCellViewDelegate, UIActionSheetDelegate>  {
    25     UITableView *tableView;
    25     UITableView *tableView;
    26     NSMutableArray *listOfSavegames;
    26     NSMutableArray *listOfSavegames;
    27     NSInteger numberOfItems;
       
    28 }
    27 }
    29 
    28 
    30 @property (nonatomic,retain) IBOutlet UITableView *tableView;
    29 @property (nonatomic,retain) IBOutlet UITableView *tableView;
    31 @property (nonatomic,retain) NSMutableArray *listOfSavegames;
    30 @property (nonatomic,retain) NSMutableArray *listOfSavegames;
    32 @property (assign) NSInteger numberOfItems;
       
    33 
    31 
    34 -(IBAction) buttonPressed:(id) sender;
    32 -(IBAction) buttonPressed:(id) sender;
    35 
    33 
    36 @end
    34 @end