axmol/template/xcode3/cocos2d-x_app/ios/AppController.h

18 lines
398 B
C
Raw Normal View History

2011-03-10 11:59:17 +08:00
//
// AppController.h
2011-03-10 11:59:17 +08:00
// ___PROJECTNAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.
//
@class RootViewController;
@interface AppController : NSObject <UIAccelerometerDelegate, UIAlertViewDelegate, UITextFieldDelegate,UIApplicationDelegate> {
2011-03-10 11:59:17 +08:00
UIWindow *window;
RootViewController *viewController;
2011-03-10 11:59:17 +08:00
}
@end