One more critical update integrity fix

This commit is contained in:
Adlai Holler
2016-06-23 17:28:22 -07:00
parent 681876bd59
commit d8d2524b89
3 changed files with 6 additions and 6 deletions

View File

@@ -17,8 +17,8 @@
/// Returns all the item indexes from the given index paths that are in the given section.
+ (NSIndexSet *)as_indexSetFromIndexPaths:(NSArray<NSIndexPath *> *)indexPaths inSection:(NSUInteger)section;
/// If you've got an old index, and you insert items using this index set, this returns the new index.
- (NSUInteger)as_indexByInsertingItemsBelowIndex:(NSUInteger)index;
/// If you've got an old index, and you insert items using this index set, this returns the change to get to the new index.
- (NSUInteger)as_indexChangeByInsertingItemsBelowIndex:(NSUInteger)index;
- (NSString *)as_smallDescription;