// // KXBannerCollectionViewCell.h // CAISHEN // // Created by xiaoxi on 2017/12/5. // Copyright © 2017年 kuxuan. All rights reserved. // #import @interface KXBannerCollectionViewCell : UICollectionViewCell - (void)setTitle:(NSString *)title Image:(NSString *)image; @end