decode “draft” property on posts from server

This commit is contained in:
Sami Samhuri 2015-04-30 00:36:15 -04:00
parent 044c0126e0
commit 4852a4b5d1

View file

@ -31,6 +31,7 @@
@"author" : @"author",
@"title" : @"title",
@"date" : @"date",
@"draft" : @"draft",
@"body" : @"body",
@"path" : @"url",
@"url" : @"link",