Refactored to NS_ENUM and NS_OPTION

This commit is contained in:
michael starke
2013-06-13 23:31:19 +02:00
parent 90f1b9641b
commit cc58ec3770
17 changed files with 91 additions and 107 deletions

View File

@@ -11,6 +11,7 @@
@class MPPopupImageView;
@class KdbEntry;
@class KdbGroup;
@class HNHGradientView;
@interface MPInspectorViewController : MPViewController
@@ -22,6 +23,7 @@
@property (assign) IBOutlet NSTextField *URLTextField;
@property (assign) IBOutlet NSTextField *passwordTextField;
@property (assign) IBOutlet NSTextField *titleOrNameLabel;
@property (assign) IBOutlet HNHGradientView *bottomBar;
- (void)closeActivePopup:(id)sender;