This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@interface NSObject () | |
- (void)_addObserver:(id)arg1 forProperty:(id)arg2 options:(unsigned int)arg3 context:(void*)arg4; | |
- (void)_changeValueForKey:(id)arg1 key:(id)arg2 key:(id)arg3 usingBlock:(id /* block */)arg4; | |
- (void)_changeValueForKey:(id)arg1 usingBlock:(id /* block */)arg2; | |
- (void)_changeValueForKeys:(id*)arg1 count:(unsigned int)arg2 maybeOldValuesDict:(id)arg3 usingBlock:(id /* block */)arg4; | |
- (void)_didChangeValuesForKeys:(id)arg1; | |
- (void)_notifyObserversForKeyPath:(id)arg1 change:(id)arg2; | |
- (void)_notifyObserversOfChangeFromValuesForKeys:(id)arg1 toValuesForKeys:(id)arg2; | |
- (void)_willChangeValuesForKeys:(id)arg1; | |
@end |
OlderNewer