fixed problem with older OS X versions
This commit is contained in:
parent
faf1293f4d
commit
a870338e8e
2 changed files with 86 additions and 85 deletions
|
@ -35,6 +35,7 @@
|
|||
@property (retain, nonatomic) NSString *imageFilePath;
|
||||
@property (assign) IBOutlet NSButton *togglePrivateButton;
|
||||
|
||||
- (IBAction)sendPostButtonPressed:(id)sender;
|
||||
- (IBAction)sendPost:(NSControl *)control;
|
||||
- (void)inReplyTo:(NSString *)userName statusId:(NSString *)statusId withString:(NSString *)string;
|
||||
- (void)withString:(NSString *)aString;
|
||||
|
|
Reference in a new issue