trying to add images
This commit is contained in:
parent
555e7cca3c
commit
a128e0278d
17 changed files with 369 additions and 31 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
@implementation PostModel
|
||||
|
||||
@synthesize text, inReplyTostatusId, inReplyToEntity, location, image;
|
||||
@synthesize text, inReplyTostatusId, inReplyToEntity, location, imageFilePath;
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
|
@ -19,7 +19,7 @@
|
|||
[inReplyTostatusId release];
|
||||
[inReplyToEntity release];
|
||||
[location release];
|
||||
[image release];
|
||||
[imageFilePath release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue