// // KXRecommendView.h // CAISHEN // // Created by kuxuan on 2017/8/28. // Copyright © 2017年 kuxuan. All rights reserved. // #import @protocol KXRecommendViewDelegate - (void)recmmendViewClickWithId:(NSString *)ID name:(NSString *)name; @end @interface KXRecommendView : UIView @property (nonatomic,assign)iddelegate; @property (nonatomic,strong)NSArray *dataSource; @end