From 4852a4b5d137c3e5a1e84c394d753c627eba6d71 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 30 Apr 2015 00:36:15 -0400 Subject: [PATCH] =?UTF-8?q?decode=20=E2=80=9Cdraft=E2=80=9D=20property=20o?= =?UTF-8?q?n=20posts=20from=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Blog/Post.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Blog/Post.m b/Blog/Post.m index 4658f74..3de9c8d 100644 --- a/Blog/Post.m +++ b/Blog/Post.m @@ -31,6 +31,7 @@ @"author" : @"author", @"title" : @"title", @"date" : @"date", + @"draft" : @"draft", @"body" : @"body", @"path" : @"url", @"url" : @"link",