diff options
author | Vitaly Takmazov | 2018-12-02 23:23:31 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-02 23:23:31 +0300 |
commit | a293a8e049fea49b8c2b8262fb92a29f73d66989 (patch) | |
tree | 2201a139fc19fcac59714e915f08b0aa7e816517 /Juick/Model/Attachment.h | |
parent | 3bc3a38be7ccaf9622bdc86ffac37827af36f0f1 (diff) |
Drop YYModel
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 |