diff options
Diffstat (limited to 'cakeside-ios/AppDelegate.h')
| -rw-r--r-- | cakeside-ios/AppDelegate.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cakeside-ios/AppDelegate.h b/cakeside-ios/AppDelegate.h new file mode 100644 index 0000000..573f71a --- /dev/null +++ b/cakeside-ios/AppDelegate.h @@ -0,0 +1,19 @@ +// +// AppDelegate.h +// cakeside-ios +// +// Created by mo khan on 2013-07-14. +// Copyright (c) 2013 mo khan. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@class ViewController; + +@interface AppDelegate : UIResponder <UIApplicationDelegate> + +@property (strong, nonatomic) UIWindow *window; + +@property (strong, nonatomic) ViewController *viewController; + +@end |
