added opening conversation view in new window to OS X
This commit is contained in:
parent
11e6da5592
commit
142b4d4dd3
13 changed files with 481 additions and 37 deletions
|
@ -68,6 +68,7 @@
|
|||
- (IBAction)showSearch:(id)sender;
|
||||
- (IBAction)showAbout:(id)sender;
|
||||
- (IBAction)showNext:(id)sender;
|
||||
- (IBAction)showConversationViewForPostId:(NSString *)postId andEntity:(NSString *)entity;
|
||||
|
||||
|
||||
- (void)notificateViewsAboutDeletedPostWithId:(NSString *)postId byEntity:(NSString*)entity;
|
||||
|
|
Reference in a new issue