From 188d8e4ea870d1a6c8edd5a9b323742804badeba Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 28 Aug 2016 21:03:22 +0300 Subject: project cleanup --- Juick/Supporting Files/Juick-Prefix.pch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Juick/Supporting Files/Juick-Prefix.pch (limited to 'Juick/Supporting Files/Juick-Prefix.pch') 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 + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import + #import + #import + #import + #import "NSString+HTML.h" + #import "UIImage+Utils.h" + #import "NSDate+TimeAgo.h" + #import "TTTAttributedLabel.h" + #import + #import +#endif -- cgit v1.2.3