Refactored Notification setup to use only the document as object

This commit is contained in:
michael starke
2014-02-25 22:49:41 +01:00
parent 21f299bdff
commit f6dc2193de
10 changed files with 36 additions and 26 deletions

View File

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