mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 15:59:22 +00:00
Small updates to locking
Refactorings
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
|
||||
#import "MPViewController.h"
|
||||
|
||||
@class MPPopupImageView;
|
||||
@class MPPopupImageView;
|
||||
@class KdbEntry;
|
||||
@class KdbGroup;
|
||||
|
||||
@interface MPInspectorViewController : MPViewController
|
||||
|
||||
@@ -21,10 +23,6 @@
|
||||
@property (assign) IBOutlet NSTextField *passwordTextField;
|
||||
@property (assign) IBOutlet NSTextField *titleOrNameLabel;
|
||||
|
||||
@property (assign) IBOutlet NSButton *openURLButton;
|
||||
@property (assign) IBOutlet NSButton *showPasswordCreator;
|
||||
|
||||
- (BOOL)isVisible;
|
||||
- (void)hideImagePopup:(id)sender;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user