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.pch25
1 files changed, 0 insertions, 25 deletions
diff --git a/Juick/Juick-Prefix.pch b/Juick/Juick-Prefix.pch
deleted file mode 100644
index c80380f..0000000
--- a/Juick/Juick-Prefix.pch
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// 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