Merge branch 'master' into fix-nsurlcomponents

This commit is contained in:
Gregory John Casamento 2020-03-27 00:51:09 -04:00
commit 07158ec360

View file

@ -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