// // RDSCollectionViewFlowLayout.h // LampRibbon // // Created by coderYK on 2017/8/9. // Copyright © 2017年 RD-iOS. All rights reserved. // #import <UIKit/UIKit.h> @interface RDSCollectionViewFlowLayout : UICollectionViewFlowLayout @end