mirror of
https://github.com/zhigang1992/NoticeView.git
synced 2026-01-12 17:32:41 +08:00
Merge pull request #14 from ldrr/master
Resolved warning in WBBaseNoticeView.m
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
NSLog(@"%@", [NSThread callStackSymbols]);
|
||||
|
||||
[[NSException exceptionWithName:NSInvalidArgumentException
|
||||
reason:[NSString stringWithFormat:@"*** -[%@ %s]: '%@' cannot be nil.", [self class], _cmd, name]
|
||||
reason:[NSString stringWithFormat:@"*** -[%@ %@]: '%@' cannot be nil.", [self class], NSStringFromSelector(_cmd), name]
|
||||
userInfo:nil]raise];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user