Initial skeletal implementation of NSDictionaryController

This commit is contained in:
Gregory John Casamento 2020-09-06 09:02:50 -04:00
parent 8237c37024
commit 48698fed36
2 changed files with 2 additions and 6 deletions

View file

@ -86,11 +86,7 @@ extern "C" {
- (id) value;
- (void) setValue: (id)value;
=======
@interface NSDictionaryController : NSArrayController
>>>>>>> 89a555f23 (Add new class NSDictionaryController.)
@end
#if defined(__cplusplus)

View file

@ -28,6 +28,7 @@
#import <Foundation/NSKeyValueObserving.h>
#import "AppKit/NSDictionaryController.h"
#import "AppKit/NSKeyValueBinding.h"
#import "GSBindingHelpers.h"
@ -90,7 +91,7 @@ NSUInteger __count = 0;
{
ASSIGNCOPY(_localizedKeyTable, table);
}
- (NSArray *) includedKeys
{
return _includedKeys;
@ -111,7 +112,6 @@ NSUInteger __count = 0;
ASSIGNCOPY(_excludedKeys, excludedKeys);
}
- (NSString *) initialKey
{
return _initialKey;
}