From 7e7b734fc859234c9424b2ed98f5a2afef911de0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 26 Oct 2013 13:10:31 +0400 Subject: Initial Commit --- Juick/Juick-Prefix.pch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Juick/Juick-Prefix.pch (limited to 'Juick/Juick-Prefix.pch') 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 + +#ifndef __IPHONE_5_0 +#warning "This project uses features only available in iOS SDK 5.0 and later." +#endif + +#ifdef __OBJC__ + #import + #import +#endif -- cgit v1.2.3