Add exceptions to KVO methods for now

This commit is contained in:
Gregory John Casamento 2019-06-13 07:37:31 -04:00
parent 3278eaa2ca
commit 9f4a5c80ed
2 changed files with 40 additions and 15 deletions

View file

@ -127,13 +127,6 @@ extern "C" {
- (void) setValue: (GS_GENERIC_TYPE(ElementT))value forKey: (NSString*)key;
- (GS_GENERIC_TYPE(ElementT)) valueForKey: (NSString*)key;
// Key-Value Observing Support
/*
- addObserver:forKeyPath:options:context:
- removeObserver:forKeyPath:
- removeObserver:forKeyPath:context:
*/
// Comparing Sets
- (BOOL) isEqualToOrderedSet: (NSOrderedSet *)aSet;