Swiftgram/AsyncDisplayKit/ASPagerFlowLayout.h
2016-02-12 13:45:22 -08:00

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