summaryrefslogtreecommitdiff
path: root/Juick/Views/BubbleMessageCell.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-16 21:26:27 +0300
committerGravatar Vitaly Takmazov2018-10-16 21:26:27 +0300
commita7cb4ab3f629b423099afad204c7ae1bf8df9677 (patch)
treec9500cae5651004a451e67cbc94e50f617564bed /Juick/Views/BubbleMessageCell.h
parent045412a5312546769f452c3b66a2bae9d44105fe (diff)
Try without frameworks again
Diffstat (limited to 'Juick/Views/BubbleMessageCell.h')
-rw-r--r--Juick/Views/BubbleMessageCell.h2
1 files changed, 0 insertions, 2 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;