Add typedef NSKeyValueChangeKey to NSKeyValueObserving.h (#444)

This commit is contained in:
Sebastian Reitenbach 2024-09-23 14:33:50 +02:00 committed by GitHub
parent 5cd19978d5
commit 8b64cf4a53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,9 @@ GS_EXPORT NSString *const NSKeyValueChangeOldKey;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST)
GS_EXPORT NSString *const NSKeyValueChangeNotificationIsPriorKey;
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_12,GS_API_LATEST)
typedef NSString *NSKeyValueChangeKey;
#endif
/* Given that the receiver has been registered as an observer
* of the value at a key path relative to an object,