aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/AppDelegate.h')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/AppDelegate.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.h b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.h
new file mode 100644
index 00000000..524e3102
--- /dev/null
+++ b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.h
@@ -0,0 +1,15 @@
+//
+// AppDelegate.h
+// iOS UI Test
+//
+// Created by Jonathan Willing on 4/8/13.
+// Copyright (c) 2013 AppJon. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end