All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AppDelegate.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #import <UIKit/UIKit.h>
4 
5 @interface AppDelegate : UIResponder <UIApplicationDelegate> {
6 
7 }
8 
9 
10 @property (strong, nonatomic) UIWindow *window;
11 
12 @end