#import #import "cocos2d.h" // Added only for iOS 6 support @interface MyNavigationController : UINavigationController @end @interface AppController : NSObject { UIWindow *window_; MyNavigationController *navController_; CCDirectorIOS *director_; // weak ref } @property (nonatomic, retain) UIWindow *window; @property (readonly) MyNavigationController *navController; @property (readonly) CCDirectorIOS *director; @end