summaryrefslogtreecommitdiff
path: root/Juick/Views/MessageCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/MessageCell.h')
-rw-r--r--Juick/Views/MessageCell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Views/MessageCell.h b/Juick/Views/MessageCell.h
index 7648c52..684a620 100644
--- a/Juick/Views/MessageCell.h
+++ b/Juick/Views/MessageCell.h
@@ -21,6 +21,7 @@
@property (weak, nonatomic) IBOutlet UITextView *text;
@property (weak, nonatomic) IBOutlet UIImageView *attach;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *attachmentHeight;
+@property (weak, nonatomic) IBOutlet NSLayoutConstraint *attachmentWidth;
@property (weak, nonatomic) IBOutlet UILabel *summary;
@property (nonatomic, strong) id<MessageCellDelegate> delegate;