diff options
author | Vitaly Takmazov | 2013-11-10 08:44:01 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-10 08:44:01 +0400 |
commit | 30d5a48967bed1ffd26ac571523883ce495f0e8d (patch) | |
tree | c7abe803277f36793d59f78c5db7982029498d9a /Juick/Juick-Prefix.pch | |
parent | 508ba6b17f37e60af73fe5e5168b3d0b88ddd085 (diff) |
iOS 6.1 partial support
Diffstat (limited to 'Juick/Juick-Prefix.pch')
-rw-r--r-- | Juick/Juick-Prefix.pch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/Juick-Prefix.pch b/Juick/Juick-Prefix.pch index 3db364c..1bd0628 100644 --- a/Juick/Juick-Prefix.pch +++ b/Juick/Juick-Prefix.pch @@ -13,5 +13,7 @@ #ifdef __OBJC__ #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> + #import <SystemConfiguration/SystemConfiguration.h> + #import <MobileCoreServices/MobileCoreServices.h> #define MAS_SHORTHAND #endif |