// // KJBannerViewFlowLayout.h // KJBannerView // // Created by 杨科军 on 2018/2/28. // Copyright © 2018年 杨科军. All rights reserved. // #import @interface KJBannerViewFlowLayout : UICollectionViewFlowLayout @property (nonatomic,assign) BOOL isZoom; /// 是否缩放 @end