cocoaTouch/popupMenuViewController.h
changeset 3090 51629e69da51
child 3091 9d05c8000ed4
equal deleted inserted replaced
3089:8ad00781be08 3090:51629e69da51
       
     1 //
       
     2 //  popupMenuViewController.h
       
     3 //  HedgewarsMobile
       
     4 //
       
     5 //  Created by Vittorio on 25/03/10.
       
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
       
     7 //
       
     8 
       
     9 #import <UIKit/UIKit.h>
       
    10 
       
    11 
       
    12 @interface popupMenuViewController : UIViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate> {
       
    13 	UITableView *menuTable;
       
    14     BOOL isPaused;
       
    15 }
       
    16 @property (nonatomic, retain) IBOutlet UITableView * menuTable;
       
    17 
       
    18 @end