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