mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
remove throw umimplemented exception
This commit is contained in:
@@ -220,13 +220,6 @@ static BOOL _isInterceptedSelector(SEL sel)
|
|||||||
#pragma mark -
|
#pragma mark -
|
||||||
#pragma mark Assertions
|
#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
|
- (void)beginUpdates
|
||||||
{
|
{
|
||||||
[_dataController beginUpdates];
|
[_dataController beginUpdates];
|
||||||
|
|||||||
Reference in New Issue
Block a user