From 68befabf1b72dc03acdacc4e443b00f80495b7fe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 1 Oct 2019 23:05:16 +0300 Subject: MessageCell styling --- Juick/Views/MessageCell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick/Views/MessageCell.h') 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 delegate; -- cgit v1.2.3