summaryrefslogtreecommitdiff
path: root/Juick/MessageCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/MessageCell.h')
-rw-r--r--Juick/MessageCell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/MessageCell.h b/Juick/MessageCell.h
index 299c3b3..f6b7cc3 100644
--- a/Juick/MessageCell.h
+++ b/Juick/MessageCell.h
@@ -14,7 +14,8 @@
@interface MessageCell : UITableViewCell<TTTAttributedLabelDelegate>
-@property (strong, nonatomic) IBOutlet TTTAttributedLabel *titleLabel;
+@property (strong, nonatomic) IBOutlet UILabel *titleLabel;
+@property (strong, nonatomic) IBOutlet UIImageView *avatar;
@property (strong, nonatomic) IBOutlet TTTAttributedLabel *bodyLabel;
- (void)updateFonts;