@class RootViewController; @interface AppController : NSObject { UIWindow *window; RootViewController *viewController; } @end