author | koda |
Fri, 26 Mar 2010 23:47:12 +0000 | |
changeset 3090 | 51629e69da51 |
child 3091 | 9d05c8000ed4 |
permissions | -rw-r--r-- |
3090 | 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 |