mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 18:19:28 +00:00
model changes are propagates for all changes to an entry
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class MPDocument;
|
||||
@protocol MPModelChangeObserving;
|
||||
|
||||
@interface MPArrayController : NSArrayController
|
||||
|
||||
@property (weak) MPDocument *document;
|
||||
@property (weak) id<MPModelChangeObserving> observer;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user