From a293a8e049fea49b8c2b8262fb92a29f73d66989 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 2 Dec 2018 23:23:31 +0300 Subject: Drop YYModel --- Juick/Model/Attachment.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Juick/Model/Attachment.h') 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 -- cgit v1.2.3