cocoaTouch/PopoverMenuViewController.h
author nemo
Mon, 03 May 2010 14:44:00 +0000
changeset 3409 11bf65aec0e0
parent 3305 91074496d5c9
permissions -rw-r--r--
Updated pt_BR by Albert. He chose to not use numerusform.

//
//  popupMenuViewController.h
//  HedgewarsMobile
//
//  Created by Vittorio on 25/03/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface PopoverMenuViewController : UITableViewController <UIActionSheetDelegate> {
    NSArray *menuList;
    BOOL isPaused;
}
@property (nonatomic,retain) NSArray *menuList;

@end