Small updates to locking

Refactorings
This commit is contained in:
michael starke
2013-06-11 02:50:25 +02:00
parent b1f91ab807
commit df7a492ec8
16 changed files with 293 additions and 36 deletions

View File

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