axmol/template/multi-platform-cpp/proj.ios/AppController.h

12 lines
189 B
Objective-C

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