summaryrefslogtreecommitdiff
path: root/Juick/Supporting Files/Juick-Prefix.pch
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-28 21:03:22 +0300
committerGravatar Vitaly Takmazov2016-08-28 21:03:22 +0300
commit188d8e4ea870d1a6c8edd5a9b323742804badeba (patch)
tree071067f7189a6474d49abb952b1b04b820985b7a /Juick/Supporting Files/Juick-Prefix.pch
parenta74588083c4950e9237dff7a84ccdd129b72c950 (diff)
project cleanup
Diffstat (limited to 'Juick/Supporting Files/Juick-Prefix.pch')
-rw-r--r--Juick/Supporting Files/Juick-Prefix.pch25
1 files changed, 25 insertions, 0 deletions
diff --git a/Juick/Supporting Files/Juick-Prefix.pch b/Juick/Supporting Files/Juick-Prefix.pch
new file mode 100644
index 0000000..c80380f
--- /dev/null
+++ b/Juick/Supporting Files/Juick-Prefix.pch
@@ -0,0 +1,25 @@
+//
+// 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>
+ #import <SystemConfiguration/SystemConfiguration.h>
+ #import <MobileCoreServices/MobileCoreServices.h>
+ #import <YYWebImage.h>
+ #import "NSString+HTML.h"
+ #import "UIImage+Utils.h"
+ #import "NSDate+TimeAgo.h"
+ #import "TTTAttributedLabel.h"
+ #import <SWRevealViewController.h>
+ #import <AFNetworking/AFNetworking.h>
+#endif