We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2060863 commit 30a0efaCopy full SHA for 30a0efa
Headers/Foundation/NSKeyValueObserving.h
@@ -229,7 +229,7 @@ typedef NSString *NSKeyValueChangeKey;
229
* they should also be sent for dependentKey.
230
*/
231
+ (void) setKeys: (NSArray*)triggerKeys
232
-triggerChangeNotificationsForDependentKey: (NSString*)dependentKey;
+triggerChangeNotificationsForDependentKey: (NSString*)dependentKey __attribute__((deprecated));
233
234
235
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST)
0 commit comments