summaryrefslogtreecommitdiff
path: root/Juick/Juick-Prefix.pch
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-10-26 13:10:31 +0400
committerGravatar Vitaly Takmazov2013-10-26 13:10:31 +0400
commit7e7b734fc859234c9424b2ed98f5a2afef911de0 (patch)
tree1432e57829a5aebd0ca6e1ca596926d788f2e14a /Juick/Juick-Prefix.pch
Initial Commit
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