mirror of https://github.com/axmolengine/axmol.git
11 lines
231 B
C
11 lines
231 B
C
|
|
||
|
@class RootViewController;
|
||
|
|
||
|
@interface AppController : NSObject <UIAccelerometerDelegate, UIAlertViewDelegate, UITextFieldDelegate,UIApplicationDelegate> {
|
||
|
UIWindow *window;
|
||
|
RootViewController *viewController;
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|