cocoaTouch/popupMenuViewController.h
changeset 3091 9d05c8000ed4
parent 3090 51629e69da51
child 3113 2829ea0dd47c
equal deleted inserted replaced
3090:51629e69da51 3091:9d05c8000ed4
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
    10 
    10 
    11 
    11 
    12 @interface popupMenuViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate> {
    12 @interface popupMenuViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate> {
    13 	UITableView *menuTable;
    13 	UITableView *menuTable;
       
    14     NSArray *menuList;
    14     BOOL isPaused;
    15     BOOL isPaused;
    15 }
    16 }
    16 @property (nonatomic, retain) IBOutlet UITableView * menuTable;
    17 @property (nonatomic,retain) IBOutlet UITableView * menuTable;
       
    18 @property (nonatomic,retain) NSArray *menuList;
    17 
    19 
    18 @end
    20 @end