removeObserver_forKeyPath_ method
void
removeObserver_forKeyPath_(
- NSObject observer,
- NSString keyPath
inherited
removeObserver:forKeyPath:
Implementation
void removeObserver_forKeyPath_(NSObject observer, NSString keyPath) {
_objc_msgSend_143(this.pointer, _sel_removeObserver_forKeyPath_,
observer.pointer, keyPath.pointer);
}