UICollectionView+XY.h 219 B

12345678910111213
  1. //
  2. // UICollectionView+XY.h
  3. // XYTableViewNoDataView
  4. //
  5. // Created by 韩元旭 on 2017/7/19.
  6. // Copyright © 2017年 iCourt. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UICollectionView (XY)
  10. @end