fixed repost link and added send post button

This commit is contained in:
Jeena Paradies 2012-11-28 22:08:02 +01:00
parent 60ec8a4454
commit 50e582bafc
9 changed files with 207 additions and 17 deletions

View file

@ -33,7 +33,7 @@
@property (retain, nonatomic) CLLocation *currentLocation;
@property (retain, nonatomic) NSString *imageFilePath;
- (IBAction)sendTweet:(NSControl *)control;
- (IBAction)sendPost:(NSControl *)control;
- (void)inReplyTo:(NSString *)userName statusId:(NSString *)statusId withString:(NSString *)string;
- (void)withString:(NSString *)aString;
- (IBAction)addCurrentLocation:(id)sender;