diff options
author | Vitaly Takmazov | 2018-10-16 21:26:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-16 21:26:27 +0300 |
commit | a7cb4ab3f629b423099afad204c7ae1bf8df9677 (patch) | |
tree | c9500cae5651004a451e67cbc94e50f617564bed /Juick/Supporting Files | |
parent | 045412a5312546769f452c3b66a2bae9d44105fe (diff) |
Try without frameworks again
Diffstat (limited to 'Juick/Supporting Files')
-rw-r--r-- | Juick/Supporting Files/Juick-Prefix.pch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Juick/Supporting Files/Juick-Prefix.pch b/Juick/Supporting Files/Juick-Prefix.pch index 1af6911..0f3a8e7 100644 --- a/Juick/Supporting Files/Juick-Prefix.pch +++ b/Juick/Supporting Files/Juick-Prefix.pch @@ -16,4 +16,15 @@ #import <SystemConfiguration/SystemConfiguration.h> #import <MobileCoreServices/MobileCoreServices.h> #import <UserNotifications/UserNotifications.h> + + #import <PDKeychainBindingsController/PDKeychainBindingsController.h> + #import <NSString+HTML.h> + #import "UIImage+Utils.h" + #import <TTTAttributedLabel/TTTAttributedLabel.h> + #import <AFNetworking/AFNetworking.h> + #import <AFNetworking/UIImageView+AFNetworking.h> + #import <YYModel/YYModel.h> + #import <DateTools/DateTools.h> + #import <TagListView-ObjC/TagListView.h> + #import <PHFComposeBarView/PHFComposeBarView.h> #endif |