diff options
author | Vitaly Takmazov | 2019-10-01 23:05:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-01 23:05:16 +0300 |
commit | 68befabf1b72dc03acdacc4e443b00f80495b7fe (patch) | |
tree | 76781daa9b853854d1d180a75608bf1fc77ba4f5 /Juick/Views/MessageCell.h | |
parent | fbbe573afe150a23205264d0d46b4e00d7330b8a (diff) |
MessageCell styling
Diffstat (limited to 'Juick/Views/MessageCell.h')
-rw-r--r-- | Juick/Views/MessageCell.h | 1 |
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; |