Add binding name

This commit is contained in:
Gregory John Casamento 2020-08-29 03:34:21 -04:00
parent 629c3afef2
commit abb10cb670

View file

@ -86,13 +86,12 @@
@end @end
// Keys in options dictionary
// binding values // binding values
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST) #if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
typedef NSString *NSBindingName; typedef NSString *NSBindingName;
#endif #endif
// Keys in options dictionary
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
APPKIT_EXPORT BOOL NSIsControllerMarker(id object); APPKIT_EXPORT BOOL NSIsControllerMarker(id object);