Files
MacPass/MacPass/MPPluginRepositoryBrowserViewController.h
2019-01-25 18:54:50 +01:00

21 lines
405 B
Objective-C

//
// MPPluginRepositoryBrowserViewController.h
// MacPass
//
// Created by Michael Starke on 11.10.18.
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface MPPluginRepositoryBrowserViewController : NSViewController
- (IBAction)refresh:(id)sender;
- (IBAction)executePluginAction:(id)sender;
@end
NS_ASSUME_NONNULL_END