summaryrefslogtreecommitdiff
path: root/Juick/Views
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views')
-rw-r--r--Juick/Views/BubbleMessageCell.h2
-rw-r--r--Juick/Views/BubbleMessageCell.m1
-rw-r--r--Juick/Views/ConversationCell.m1
-rw-r--r--Juick/Views/MessageCell.h2
-rw-r--r--Juick/Views/MessageCell.m5
5 files changed, 0 insertions, 11 deletions
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<TTTAttributedLabelDelegate>
@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 <UIKit/UIKit.h>
-@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 {