Added button to status info display. Functionality is not wired yet.

This commit is contained in:
Michael Starke
2018-12-30 22:08:32 +01:00
parent 56a6fce658
commit 8f11acdfa4
5 changed files with 67 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
//
// MPPluginStatusTableCellView.h
// MacPass
//
// Created by Michael Starke on 30.12.18.
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface MPPluginStatusTableCellView : NSTableCellView
@property (strong) IBOutlet NSButton *actionButton;
@end
NS_ASSUME_NONNULL_END