Move typedef to correct place

This commit is contained in:
Gregory John Casamento 2020-03-27 00:48:07 -04:00
parent 3c1838cd60
commit 64c193bd7c

View file

@ -279,14 +279,14 @@ DEFINE_BLOCK_TYPE(NSComparator, NSComparisonResult, id, id);
*/
#define FOUNDATION_EXPORT GS_EXPORT
#if defined(__cplusplus)
}
#endif
/**
* Declare NSExceptionName
*/
typedef NSString* NSExceptionName;
#if defined(__cplusplus)
}
#endif
/**
* Declare Apple availability macros for compatibility purposes as no-ops.