mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 14:29:33 +00:00
customTableView now does not rely on windowController for observer lookup
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "MPModelChangeObserving.h"
|
||||
|
||||
@interface MPCustomFieldTableCellView : NSTableCellView
|
||||
|
||||
@@ -14,4 +15,6 @@
|
||||
@property (nonatomic, weak) IBOutlet NSTextField *valueTextField;
|
||||
@property (nonatomic, weak) IBOutlet NSButton *removeButton;
|
||||
|
||||
@property (weak) id<MPModelChangeObserving> observer;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user