project_files/HedgewarsMobile/Classes/InGameMenuViewController.h
changeset 6269 57523ab57218
parent 6268 d773867f93db
child 6700 e04da46ee43c
equal deleted inserted replaced
6268:d773867f93db 6269:57523ab57218
    21 
    21 
    22 #import <UIKit/UIKit.h>
    22 #import <UIKit/UIKit.h>
    23 
    23 
    24 
    24 
    25 @interface InGameMenuViewController : UITableViewController <UIActionSheetDelegate> {
    25 @interface InGameMenuViewController : UITableViewController <UIActionSheetDelegate> {
    26     NSArray *menuList;
    26 
    27 }
    27 }
    28 
    28 
    29 @property (nonatomic,retain) NSArray *menuList;
       
    30 
    29 
    31 -(void) present;
    30 -(void) present;
    32 -(void) dismiss;
    31 -(void) dismiss;
    33 
    32 
    34 @end
    33 @end