Wired actionbutton. Using properties.

This commit is contained in:
Michael Starke
2019-01-25 18:54:50 +01:00
parent 01d4137fe4
commit 4a0ad506b8
4 changed files with 29 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface MPPluginRepositoryBrowserViewController : NSViewController
- (IBAction)refresh:(id)sender;
- (IBAction)closeBrowser:(id)sender;
- (IBAction)executePluginAction:(id)sender;
@end