Changes on entries now get pushed to the history

This commit is contained in:
michael starke
2016-08-26 16:23:08 +02:00
parent 2958f5255b
commit a7a28063f0
6 changed files with 48 additions and 70 deletions

View File

@@ -10,6 +10,9 @@
@interface MPViewController : NSViewController
APPKIT_EXTERN NSString *const MPViewControllerWillChangeValueForRepresentedObjectKeyPathNotification;
APPKIT_EXTERN NSString *const MPViewControllerDidChangeValueForRepresentedObjectKeyPathNotification;
@property (nonatomic, readonly) NSWindowController *windowController;
- (void)didLoadView;