aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/Application.h')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/Application.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/Application.h b/example/ios/iOS UI Test/iOS UI Test/Application.h
new file mode 100644
index 00000000..a0c525a6
--- /dev/null
+++ b/example/ios/iOS UI Test/iOS UI Test/Application.h
@@ -0,0 +1,13 @@
+//
+// Application.h
+// iOS UI Test
+//
+// Created by Jonathan Willing on 4/8/13.
+// Copyright (c) 2013 AppJon. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface Application : UIApplication
+
+@end