axmol/tests/performance-tests/proj.ios/AppController.h

13 lines
214 B
C
Raw Normal View History

#import <UIKit/UIKit.h>
@class RootViewController;
@interface AppController : NSObject <UIApplicationDelegate> {
UIWindow *window;
}
@property(nonatomic, readonly) RootViewController* viewController;
@end