HXPhotoViewFlowLayout.h 249 B

12345678910111213
  1. //
  2. // HXPhotoViewFlowLayout.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2017/11/15.
  6. // Copyright © 2017年 Silence. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface HXPhotoViewFlowLayout : UICollectionViewFlowLayout
  10. @end