diff options
author | Vitaly Takmazov | 2016-08-28 21:03:22 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-28 21:03:22 +0300 |
commit | 188d8e4ea870d1a6c8edd5a9b323742804badeba (patch) | |
tree | 071067f7189a6474d49abb952b1b04b820985b7a /Juick/Supporting Files/Juick-Prefix.pch | |
parent | a74588083c4950e9237dff7a84ccdd129b72c950 (diff) |
project cleanup
Diffstat (limited to 'Juick/Supporting Files/Juick-Prefix.pch')
-rw-r--r-- | Juick/Supporting Files/Juick-Prefix.pch | 25 |
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 |