Proposed version 1

This commit is contained in:
Bin Liu
2016-01-20 02:34:12 -08:00
parent da2cbf4644
commit bc92c64e8c
2 changed files with 7 additions and 11 deletions

View File

@@ -11,9 +11,8 @@
@protocol ASCollectionViewLayoutFacilitatorProtocol <NSObject>
- (void)collectionViewInsertingCellAtIndexPaths:(NSArray *)indexPaths;
- (void)collectionViewInsertingSectionsAtIndexSet:(NSIndexSet *)indexes;
- (void)collectionViewDeletingSectionsAtIndexSet:(NSIndexSet *)indexes;
- (void)collectionViewEditingCellsAtIndexPaths:(NSArray *)indexPaths;
- (void)collectionViewEditingSectionsAtIndexSet:(NSIndexSet *)indexes;
@end