[ASTableViewThrashTests] Initial commit

This commit is contained in:
Adlai Holler
2016-06-21 18:46:08 -07:00
parent 6dac29a16f
commit fcf2db79f8
3 changed files with 396 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ static void ASRecursivelyUpdateMultidimensionalArrayAtIndexPaths(NSMutableArray
}
}
static void ASRecursivelyFindIndexPathsForMultidimensionalArray(NSObject *obj, NSIndexPath *curIndexPath, NSMutableArray *res)
static void ASRecursivelyFindIndexPathsForMultidimensionalArray(NSObject *obj, NSIndexPath *curIndexPath, NSMutableArray <NSIndexPath *>*res)
{
if (![obj isKindOfClass:[NSArray class]]) {
[res addObject:curIndexPath];