mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
remove throw umimplemented exception
This commit is contained in:
@@ -220,13 +220,6 @@ static BOOL _isInterceptedSelector(SEL sel)
|
||||
#pragma mark -
|
||||
#pragma mark Assertions
|
||||
|
||||
- (void)throwUnimplementedException
|
||||
{
|
||||
[[NSException exceptionWithName:@"UnimplementedException"
|
||||
reason:@"ASTableView's grouped updates aren't currently supported yet, please call the insert/delete function directly."
|
||||
userInfo:nil] raise];
|
||||
}
|
||||
|
||||
- (void)beginUpdates
|
||||
{
|
||||
[_dataController beginUpdates];
|
||||
|
||||
Reference in New Issue
Block a user