From b6dc38e5f6bb7a1b820cd23d761484610212c11d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 12 Nov 2018 14:39:31 +0300 Subject: Entities --- Juick/Model/Message.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Juick/Model/Message.h') diff --git a/Juick/Model/Message.h b/Juick/Model/Message.h index 5eab279..45b14fa 100644 --- a/Juick/Model/Message.h +++ b/Juick/Model/Message.h @@ -9,6 +9,7 @@ #import #import "User.h" #import "Attachment.h" +#import "Entity.h" @interface Message : NSObject @@ -17,6 +18,7 @@ @property User *user; @property NSString *text; @property NSArray *tags; +@property NSArray *entities; @property NSString *timestamp; @property NSString *attach; @property NSString *repliesBy; -- cgit v1.2.3