Add minor typedef

This commit is contained in:
Gregory John Casamento 2020-03-26 09:29:55 -04:00
parent 95abcbd694
commit 3c1838cd60

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.
*/