Add skeletal version of removeObserver:fromObjectsAtIndexes:forKeyPath:context:

This commit is contained in:
Gregory Casamento 2023-09-15 14:46:01 -04:00
parent 75965866a1
commit 19977930f5

View file

@ -1598,6 +1598,13 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user)
[kvoLock unlock];
}
- (void)removeObserver:(NSObject *)observer
fromObjectsAtIndexes:(NSIndexSet *)indexes
forKeyPath:(NSString *)keyPath
context:(void *)context
{
}
@end
/**