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