diff options
Diffstat (limited to 'Juick/Views/MessageCell.h')
-rw-r--r-- | Juick/Views/MessageCell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Juick/Views/MessageCell.h b/Juick/Views/MessageCell.h index 846bf30..931146a 100644 --- a/Juick/Views/MessageCell.h +++ b/Juick/Views/MessageCell.h @@ -18,7 +18,6 @@ @property (weak, nonatomic) IBOutlet UILabel *title; @property (weak, nonatomic) IBOutlet UILabel *timestamp; -@property (weak, nonatomic) IBOutlet TagListView *tags; @property (weak, nonatomic) IBOutlet UITextView *text; @property (weak, nonatomic) IBOutlet UIImageView *attach; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *attachmentHeight; |