LJCollectionViewFlowLayout.h 296 B

12345678910111213
  1. //
  2. // LJCollectionViewFlowLayout.h
  3. // Linkage
  4. //
  5. // Created by LeeJay on 16/8/22.
  6. // Copyright © 2016年 LeeJay. All rights reserved.
  7. // 代码下载地址https://github.com/leejayID/Linkage
  8. #import <UIKit/UIKit.h>
  9. @interface LJCollectionViewFlowLayout : UICollectionViewFlowLayout
  10. @end