diff options
Diffstat (limited to 'Juick/Model/Message.h')
-rw-r--r-- | Juick/Model/Message.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/Model/Message.h b/Juick/Model/Message.h index 1b41315..5eab279 100644 --- a/Juick/Model/Message.h +++ b/Juick/Model/Message.h @@ -8,6 +8,7 @@ #import <Foundation/Foundation.h> #import "User.h" +#import "Attachment.h" @interface Message : NSObject @@ -20,5 +21,6 @@ @property NSString *attach; @property NSString *repliesBy; @property NSNumber *repliesCount; +@property Attachment *attachment; @end |