mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[Cleanup] Small fixes to improve conformance for strict compiler settings #trivial (#320)
This commit is contained in:
@@ -36,7 +36,7 @@ NSMutableArray<NSMutableArray *> *ASTwoDimensionalArrayDeepMutableCopy(NSArray<N
|
||||
return newArray;
|
||||
}
|
||||
|
||||
void ASDeleteElementsInTwoDimensionalArrayAtIndexPaths(NSMutableArray *mutableArray, NSArray *indexPaths)
|
||||
void ASDeleteElementsInTwoDimensionalArrayAtIndexPaths(NSMutableArray *mutableArray, NSArray<NSIndexPath *> *indexPaths)
|
||||
{
|
||||
if (indexPaths.count == 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user