axmol/templates/cpp-template-default/proj.ios_mac/ios/AppController.h

13 lines
214 B
Objective-C

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