mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add minor typedef to NSObjCRuntime.h
This commit is contained in:
parent
fdb8c95a17
commit
ddbd89ce70
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue