Updated to new HNHUi API

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-11-08 12:11:34 +01:00
parent a7567c2e07
commit bb0e36ab08
15 changed files with 68 additions and 69 deletions

View File

@@ -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;