Created prototype for a plugin browser

This commit is contained in:
Michael Starke
2018-10-11 15:21:19 +02:00
parent bf96867654
commit edf40e0cc7
6 changed files with 312 additions and 6 deletions

View 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