Skip to content

Commit

Permalink
Add typedef NSKeyValueChangeKey to NSKeyValueObserving.h (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzdeee authored Sep 23, 2024
1 parent 5cd1997 commit 8b64cf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Headers/Foundation/NSKeyValueObserving.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8b64cf4

Please sign in to comment.