summaryrefslogtreecommitdiff
path: root/Juick/Juick-Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Juick-Prefix.pch')
-rw-r--r--Juick/Juick-Prefix.pch16
1 files changed, 16 insertions, 0 deletions
diff --git a/Juick/Juick-Prefix.pch b/Juick/Juick-Prefix.pch
new file mode 100644
index 0000000..82a2bb4
--- /dev/null
+++ b/Juick/Juick-Prefix.pch
@@ -0,0 +1,16 @@
+//
+// Prefix header
+//
+// The contents of this file are implicitly included at the beginning of every source file.
+//
+
+#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