1 #pragma clang system_header 2 3 #define SYS_THROW(e) @throw e 4 5 #define SYS_RAISE [NSException raise:@"example" format:@"fmt"] 6 7