summaryrefslogtreecommitdiff
path: root/Juick/Model/Entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Model/Entity.h')
-rw-r--r--Juick/Model/Entity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/Model/Entity.h b/Juick/Model/Entity.h
index 13142f1..4cdffc0 100644
--- a/Juick/Model/Entity.h
+++ b/Juick/Model/Entity.h
@@ -16,4 +16,6 @@
@property NSNumber *start;
@property NSNumber *end;
++(Entity *) fromJSON:(NSDictionary *)jsonData;
+
@end