12345678910111213141516171819 |
- //
- // AppDelegate.h
- // iOSDemo
- //
- // Created by adam on 29/09/2012.
- // Copyright (c) 2012 na. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @property (strong, nonatomic) UINavigationController *navigationController;
- @property (strong, nonatomic) UISplitViewController *splitViewController;
- @end
|