HXCustomCollectionReusableView.h 335 B

1234567891011121314151617181920
  1. //
  2. // HXCustomCollectionReusableView.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2017/11/8.
  6. // Copyright © 2017年 Silence. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #ifdef __IPHONE_11_0
  10. @interface HXCustomLayer : CALayer
  11. @end
  12. #endif
  13. @interface HXCustomCollectionReusableView : UICollectionReusableView
  14. @end