diff options
Diffstat (limited to 'Juick/Model/Attachment.h')
-rw-r--r-- | Juick/Model/Attachment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/Model/Attachment.h b/Juick/Model/Attachment.h index 26fc1c0..47c6c3a 100644 --- a/Juick/Model/Attachment.h +++ b/Juick/Model/Attachment.h @@ -15,4 +15,6 @@ @property(nonatomic, strong) Attachment *small; @property(nonatomic, strong) Attachment *medium; @property(nonatomic, strong) Attachment *thumbnail; + ++(Attachment *) fromJSON:(NSDictionary *)jsonData; @end |