Add minor typedef to NSObjCRuntime.h

This commit is contained in:
Gregory John Casamento 2020-03-26 09:27:55 -04:00
parent fdb8c95a17
commit ddbd89ce70

View file

@ -283,6 +283,11 @@ DEFINE_BLOCK_TYPE(NSComparator, NSComparisonResult, id, id);
}
#endif
/**
* Declare NSExceptionName
*/
typedef NSString* NSExceptionName;
/**
* Declare Apple availability macros for compatibility purposes as no-ops.
*/