mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Add typedef NSKeyValueChangeKey to NSKeyValueObserving.h (#444)
This commit is contained in:
parent
5cd19978d5
commit
8b64cf4a53
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue