mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Introduce ASIntegerMap, improve our changeset handling #trivial (#405)
* Introduce ASIntegerMap, improve our changeset handling Rename to ASIntegerMap License header * Add unit tests for ASIntegerMap * Address nit
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <AsyncDisplayKit/ASBaseDefines.h>
|
||||
#import <AsyncDisplayKit/ASElementMap.h>
|
||||
#import <AsyncDisplayKit/ASIntegerMap.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -57,7 +58,7 @@ AS_SUBCLASSING_RESTRICTED
|
||||
*
|
||||
* This also deletes any supplementary elements in deleted sections.
|
||||
*/
|
||||
- (void)migrateSupplementaryElementsWithChangeSet:(_ASHierarchyChangeSet *)changeSet;
|
||||
- (void)migrateSupplementaryElementsWithSectionMapping:(ASIntegerMap *)mapping;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user