#import @class RootViewController; @interface AppController : NSObject { UIWindow *window; } @property(nonatomic, readonly) RootViewController *viewController; @end