mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
addressed comments
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
//
|
||||
// ASCollectionViewLayoutFacilitatorProtocol.h
|
||||
// Pods
|
||||
//
|
||||
// Created by Bin Liu on 1/13/16.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef ASCollectionViewLayoutFacilitatorProtocol_h
|
||||
#define ASCollectionViewLayoutFacilitatorProtocol_h
|
||||
|
||||
@protocol ASCollectionViewLayoutFacilitatorProtocol <NSObject>
|
||||
|
||||
- (void)collectionViewEditingCellsAtIndexPaths:(NSArray *)indexPaths;
|
||||
- (void)collectionViewEditingSectionsAtIndexSet:(NSIndexSet *)indexes;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* ASCollectionViewLayoutFacilitatorProtocol_h */
|
||||
Reference in New Issue
Block a user