mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 12:43:58 +00:00
14 lines
237 B
Objective-C
14 lines
237 B
Objective-C
//
|
|
// ASPagerFlowLayout.h
|
|
// AsyncDisplayKit
|
|
//
|
|
// Created by Levi McCallum on 2/12/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ASPagerFlowLayout : UICollectionViewFlowLayout
|
|
|
|
@end
|