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

@ -14,13 +14,13 @@
NSString *inReplyTostatusId;
NSString *inReplyToEntity;
CLLocation *location;
NSImage *image;
NSString *imageFilePath;
}
@property (nonatomic, retain) NSString *text;
@property (nonatomic, retain) NSString *inReplyTostatusId;
@property (nonatomic, retain) NSString *inReplyToEntity;
@property (nonatomic, retain) CLLocation *location;
@property (nonatomic, retain) NSImage *image;
@property (nonatomic, retain) NSString *imageFilePath;
@end