// // KDPBannerCell.h // KuDianProject // // Created by 学丽 on 2019/7/4. // Copyright © 2019 KDP. All rights reserved. // #import #import #import "KDPBannerModel.h" NS_ASSUME_NONNULL_BEGIN @interface KDPBannerCell : UICollectionViewCell @property(nonatomic,strong)SDCycleScrollView *sdCycleView; @property(nonatomic,strong)NSArray *bannerArr; @property(nonatomic,copy)void(^bannerBlock)(KDPBannerModel *model); @end NS_ASSUME_NONNULL_END