NathanSweet 446327b1f8 Dropped support for cocos2d-x 3.0 and 3.1.
Will support only the latest 3.x.
2014-08-31 16:50:51 +02:00

13 lines
214 B
Objective-C

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