Added new icons for inspector and delete
This commit is contained in:
michael starke
2013-06-15 22:03:58 +02:00
parent 3821122e7b
commit eb6f5c3411
19 changed files with 372 additions and 443 deletions

View File

@@ -12,6 +12,7 @@
@class KdbEntry;
@class KdbGroup;
@class HNHGradientView;
@class MPDocumentWindowController;
@interface MPInspectorViewController : MPViewController
@@ -26,5 +27,7 @@
@property (assign) IBOutlet HNHGradientView *bottomBar;
- (void)closeActivePopup:(id)sender;
/* Seperate call to ensure alle registered objects are in place */
- (void)setupNotifications:(MPDocumentWindowController *)windowController;
@end