mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 16:29:23 +00:00
Created prototype for a plugin browser
This commit is contained in:
20
MacPass/MPPluginRepositoryBrowserViewController.h
Normal file
20
MacPass/MPPluginRepositoryBrowserViewController.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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)closeBrowser:(id)sender;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user