aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/iOS UI Test-Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/iOS UI Test-Prefix.pch')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/iOS UI Test-Prefix.pch14
1 files changed, 14 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/iOS UI Test-Prefix.pch b/example/ios/iOS UI Test/iOS UI Test/iOS UI Test-Prefix.pch
new file mode 100644
index 00000000..084c93ad
--- /dev/null
+++ b/example/ios/iOS UI Test/iOS UI Test/iOS UI Test-Prefix.pch
@@ -0,0 +1,14 @@
+//
+// Prefix header for all source files of the 'iOS UI Test' target in the 'iOS UI Test' project
+//
+
+#import <Availability.h>
+
+#ifndef __IPHONE_5_0
+#warning "This project uses features only available in iOS SDK 5.0 and later."
+#endif
+
+#ifdef __OBJC__
+ #import <UIKit/UIKit.h>
+ #import <Foundation/Foundation.h>
+#endif