cocoaTouch/iPad/PopupMenuViewController.h
changeset 3250 d5cd1a617123
parent 3116 97dc65a47b15
equal deleted inserted replaced
3249:74a506c9d71b 3250:d5cd1a617123
     7 //
     7 //
     8 
     8 
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
    10 
    10 
    11 
    11 
    12 @interface PopupMenuViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate> {
    12 @interface PopupMenuViewController : UITableViewController <UIActionSheetDelegate> {
    13     UITableView *menuTable;
       
    14     NSArray *menuList;
    13     NSArray *menuList;
    15     BOOL isPaused;
    14     BOOL isPaused;
    16 }
    15 }
    17 @property (nonatomic,retain) IBOutlet UITableView * menuTable;
       
    18 @property (nonatomic,retain) NSArray *menuList;
    16 @property (nonatomic,retain) NSArray *menuList;
    19 
    17 
    20 @end
    18 @end