added posting private posts
This commit is contained in:
parent
eb540fae1d
commit
2ca5d1ea68
12 changed files with 144 additions and 92 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
@implementation PostModel
|
||||
|
||||
@synthesize text, inReplyTostatusId, inReplyToEntity, location, imageFilePath;
|
||||
@synthesize text, inReplyTostatusId, inReplyToEntity, location, imageFilePath, isPrivate;
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
|
|
Reference in a new issue