diff options
author | Vitaly Takmazov | 2016-09-20 22:54:09 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-20 22:54:09 +0300 |
commit | 28dbe51f1df357ecd67746703a1d4b137da037de (patch) | |
tree | 4f6975d70e9f1797a7a4336f5e461934533cae91 /Juick/Supporting Files | |
parent | 0acb7d3c3524c2912f3c3f2a7f2cc383a3429b5d (diff) |
use_frameworks
Diffstat (limited to 'Juick/Supporting Files')
-rw-r--r-- | Juick/Supporting Files/Juick-Prefix.pch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Juick/Supporting Files/Juick-Prefix.pch b/Juick/Supporting Files/Juick-Prefix.pch index c80380f..d88823b 100644 --- a/Juick/Supporting Files/Juick-Prefix.pch +++ b/Juick/Supporting Files/Juick-Prefix.pch @@ -15,11 +15,11 @@ #import <Foundation/Foundation.h> #import <SystemConfiguration/SystemConfiguration.h> #import <MobileCoreServices/MobileCoreServices.h> - #import <YYWebImage.h> + #import "YYWebImage.h" #import "NSString+HTML.h" #import "UIImage+Utils.h" #import "NSDate+TimeAgo.h" #import "TTTAttributedLabel.h" - #import <SWRevealViewController.h> + #import "SWRevealViewController.h" #import <AFNetworking/AFNetworking.h> #endif |