mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add typedef NSKeyValueChangeKey to NSKeyValueObserving.h (#444)
This commit is contained in:
parent
3333d9fb73
commit
cb40529b12
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