mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
One more critical update integrity fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user