trying to add images

This commit is contained in:
Jeena Paradies 2012-11-24 00:16:51 +01:00
parent 555e7cca3c
commit a128e0278d
17 changed files with 369 additions and 31 deletions

View file

@ -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];
}