summaryrefslogtreecommitdiff
path: root/Juick/Views/BubbleMessageCell.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-10-21 18:30:00 +0300
committerGravatar Vitaly Takmazov2018-10-21 18:30:00 +0300
commitd958a11cc1618e080b9aab9a0b84c942afd7012a (patch)
treed4b7b6985fba50d2f6005dddeaec00ea5c385aa2 /Juick/Views/BubbleMessageCell.h
parentc3bd91b2f6b02107322603487094f26259a16703 (diff)
Chat styling
Diffstat (limited to 'Juick/Views/BubbleMessageCell.h')
-rw-r--r--Juick/Views/BubbleMessageCell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/Views/BubbleMessageCell.h b/Juick/Views/BubbleMessageCell.h
index 875efd3..933337b 100644
--- a/Juick/Views/BubbleMessageCell.h
+++ b/Juick/Views/BubbleMessageCell.h
@@ -16,6 +16,6 @@
@property (strong, nonatomic) IBOutlet UILabel *name;
@property (strong, nonatomic) IBOutlet FixedLabel *message;
--(void) configureWithMessage:(Message *) message;
+-(void) configureWithMessage:(Message *) message isMe:(BOOL)isMe;
@end