Swiftgram/submodules/LegacyComponents/Sources/TGPhotoStickersCollectionLayout.h
2020-02-22 15:38:54 +04:00

8 lines
133 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPhotoStickersCollectionLayout : UICollectionViewFlowLayout
- (NSArray *)sectionHeaders;
@end