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:
Adlai Holler
2017-07-05 13:29:02 -07:00
committed by GitHub
parent 03592e0669
commit d00ed249e5
10 changed files with 543 additions and 70 deletions

View File

@@ -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