ASPagerFlowLayout.h 535 B

12345678910111213141516171819202122
  1. //
  2. // ASPagerFlowLayout.h
  3. // AsyncDisplayKit
  4. //
  5. // Created by Levi McCallum on 2/12/16.
  6. //
  7. // Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
  8. // This source code is licensed under the BSD-style license found in the
  9. // LICENSE file in the root directory of this source tree. An additional grant
  10. // of patent rights can be found in the PATENTS file in the same directory.
  11. //
  12. #import <UIKit/UIKit.h>
  13. NS_ASSUME_NONNULL_BEGIN
  14. @interface ASPagerFlowLayout : UICollectionViewFlowLayout
  15. @end
  16. NS_ASSUME_NONNULL_END