First commit
This commit is contained in:
23
Classes/OrientationAppDelegate.h
Executable file
23
Classes/OrientationAppDelegate.h
Executable file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
@class OrientationViewController;
|
||||
|
||||
@interface OrientationAppDelegate : NSObject <UIApplicationDelegate, UITabBarControllerDelegate> {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user