mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 00:39:22 +00:00
Added button to status info display. Functionality is not wired yet.
This commit is contained in:
19
MacPass/MPPluginStatusTableCellView.h
Normal file
19
MacPass/MPPluginStatusTableCellView.h
Normal 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
|
||||
Reference in New Issue
Block a user