mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 12:29:31 +00:00
Updated to new HNHUi API
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#import <Quartz/Quartz.h>
|
||||
|
||||
@class HNHRoundedSecureTextField;
|
||||
@class HNHUIRoundedSecureTextField;
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPEntryInspectorViewController : MPViewController <NSPopoverDelegate, QLPreviewPanelDelegate>
|
||||
@@ -18,7 +18,7 @@
|
||||
@property (weak) IBOutlet NSTextField *titleTextField;
|
||||
@property (weak) IBOutlet NSTextField *usernameTextField;
|
||||
@property (weak) IBOutlet NSTextField *URLTextField;
|
||||
@property (weak) IBOutlet HNHRoundedSecureTextField *passwordTextField;
|
||||
@property (weak) IBOutlet HNHUIRoundedSecureTextField *passwordTextField;
|
||||
|
||||
@property (weak) IBOutlet NSTextField *uuidTextField;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user