mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 07:59:27 +00:00
Updated to new HNHUi API
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -8,19 +8,19 @@
|
||||
|
||||
#import "MPViewController.h"
|
||||
@class MPDocument;
|
||||
@class HNHRoundedTextField;
|
||||
@class HNHUIRoundedTextField;
|
||||
|
||||
@interface MPGroupInspectorViewController : MPViewController
|
||||
|
||||
@property (strong) IBOutlet NSView *contentView;
|
||||
@property (weak) IBOutlet HNHRoundedTextField *titleTextField;
|
||||
@property (weak) IBOutlet HNHUIRoundedTextField *titleTextField;
|
||||
|
||||
@property (weak) IBOutlet NSButton *expiresCheckButton;
|
||||
@property (weak) IBOutlet NSButton *expireDateSelectButton;
|
||||
|
||||
@property (weak) IBOutlet NSPopUpButton *searchPopupButton;
|
||||
@property (weak) IBOutlet NSPopUpButton *autotypePopupButton;
|
||||
@property (weak) IBOutlet HNHRoundedTextField *autotypeSequenceTextField;
|
||||
@property (weak) IBOutlet HNHUIRoundedTextField *autotypeSequenceTextField;
|
||||
|
||||
- (void)setupBindings:(MPDocument *)document;
|
||||
- (void)beginEditing;
|
||||
|
||||
Reference in New Issue
Block a user