// #import @class OrientationViewController; @interface OrientationAppDelegate : NSObject { UIWindow *window; IBOutlet UITabBarController *tabBarController; OrientationViewController *viewController; } @property (nonatomic, retain) IBOutlet UIWindow *window; @property (nonatomic, retain) IBOutlet UITabBarController *tabBarController; @property (nonatomic, retain) IBOutlet OrientationViewController *viewController; @end