Skip to content

Instantly share code, notes, and snippets.

@0xlitf
Created December 10, 2015 11:33
Show Gist options
  • Save 0xlitf/692e689ddf1cda361964 to your computer and use it in GitHub Desktop.
Save 0xlitf/692e689ddf1cda361964 to your computer and use it in GitHub Desktop.
初始化抛异常
- (id)init
{
@throw [NSException exceptionWithName:NSGenericException reason:@"init not supported, use initWithTableView: instead." userInfo:nil];
return nil;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment