View_SwitcherAppDelegate.h
上传用户:jjjjag8
上传日期:2017-04-17
资源大小:1443k
文件大小:0k
源码类别:
iPhone
开发平台:
MultiPlatform
- //
- // View_SwitcherAppDelegate.h
- // View Switcher
- //
- // Created by Jeff LaMarche on 7/6/08.
- // Copyright __MyCompanyName__ 2008. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class SwitchViewController;
- @interface View_SwitcherAppDelegate : NSObject <UIApplicationDelegate> {
- IBOutlet UIWindow *window;
- IBOutlet SwitchViewController *switchViewController;
- }
- @property (nonatomic, retain) UIWindow *window;
- @property (nonatomic, retain) SwitchViewController *switchViewController;
- @end