diff --git a/Headers/Foundation/NSObjCRuntime.h b/Headers/Foundation/NSObjCRuntime.h index ad43ecc8f..15d8d7dbc 100644 --- a/Headers/Foundation/NSObjCRuntime.h +++ b/Headers/Foundation/NSObjCRuntime.h @@ -279,6 +279,11 @@ DEFINE_BLOCK_TYPE(NSComparator, NSComparisonResult, id, id); */ #define FOUNDATION_EXPORT GS_EXPORT +/** + * Declare NSExceptionName + */ +typedef NSString* NSExceptionName; + #if defined(__cplusplus) } #endif