mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 06:59:30 +00:00
Refactored Notification setup to use only the document as object
This commit is contained in:
@@ -22,10 +22,12 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class MPDocumentWindowController;
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate>
|
||||
|
||||
@property (weak, readonly) NSSearchField *searchField;
|
||||
|
||||
- (void)regsiterNotificationsForDocument:(MPDocument *)document;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user