- 如果IOS 需要抛出异常可以通过下面的方法
- (instancetype)init
{
@throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"Use -initWithCustom:" userInfo:nil];
}
- (instancetype)init
{
@throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"Use -initWithCustom:" userInfo:nil];
}
本文标题:代码规范
本文链接:https://www.haomeiwen.com/subject/fkfjottx.html
网友评论