YBIBCollectionViewLayout.h 315 B

12345678910111213141516
  1. //
  2. // YBIBCollectionViewLayout.h
  3. // YBImageBrowserDemo
  4. //
  5. // Created by 杨少 on 2018/4/17.
  6. // Copyright © 2018年 波儿菜. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YBIBCollectionViewLayout : UICollectionViewFlowLayout
  10. @property (nonatomic, assign) CGFloat distanceBetweenPages;
  11. @end