From a7cb4ab3f629b423099afad204c7ae1bf8df9677 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 16 Oct 2018 21:26:27 +0300 Subject: Try without frameworks again --- Juick/Views/BubbleMessageCell.h | 2 -- Juick/Views/BubbleMessageCell.m | 1 - Juick/Views/ConversationCell.m | 1 - Juick/Views/MessageCell.h | 2 -- Juick/Views/MessageCell.m | 5 ----- 5 files changed, 11 deletions(-) (limited to 'Juick/Views') diff --git a/Juick/Views/BubbleMessageCell.h b/Juick/Views/BubbleMessageCell.h index 1f5d2e9..875efd3 100644 --- a/Juick/Views/BubbleMessageCell.h +++ b/Juick/Views/BubbleMessageCell.h @@ -10,8 +10,6 @@ #import "Message.h" #import "FixedLabel.h" -@import TTTAttributedLabel; - @interface BubbleMessageCell : UITableViewCell @property (strong, nonatomic) IBOutlet UIImageView *avatarView; @property (strong, nonatomic) IBOutlet UILabel *unreadMarker; diff --git a/Juick/Views/BubbleMessageCell.m b/Juick/Views/BubbleMessageCell.m index 33a4206..51fbaa2 100644 --- a/Juick/Views/BubbleMessageCell.m +++ b/Juick/Views/BubbleMessageCell.m @@ -8,7 +8,6 @@ #import "BubbleMessageCell.h" #import "ColorScheme.h" -@import AFNetworking; @implementation BubbleMessageCell diff --git a/Juick/Views/ConversationCell.m b/Juick/Views/ConversationCell.m index 780e74a..873f21e 100644 --- a/Juick/Views/ConversationCell.m +++ b/Juick/Views/ConversationCell.m @@ -7,7 +7,6 @@ // #import "ConversationCell.h" -@import AFNetworking; @implementation ConversationCell diff --git a/Juick/Views/MessageCell.h b/Juick/Views/MessageCell.h index 475eea3..d9a5533 100644 --- a/Juick/Views/MessageCell.h +++ b/Juick/Views/MessageCell.h @@ -7,8 +7,6 @@ // #import -@import TTTAttributedLabel; -@import TagListView_ObjC; #import "Message.h" @protocol MessageCellDelegate diff --git a/Juick/Views/MessageCell.m b/Juick/Views/MessageCell.m index 4b08190..efdfbc6 100644 --- a/Juick/Views/MessageCell.m +++ b/Juick/Views/MessageCell.m @@ -8,13 +8,8 @@ #import "MessageCell.h" #import "ColorScheme.h" -#import "UIImage+Utils.h" #import "APIClient.h" -@import DateTools; -@import MWFeedParser; -@import AFNetworking; - @implementation MessageCell - (void)awakeFromNib { -- cgit v1.2.3