// // KBGoodsRecommendTableViewCell.h // YouHuiProject // // Created by jcymac on 2018/9/4. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "KBCommunityModel.h" @protocol KBGoodsRecommendTableViewDelegate -(void)jumpByCommunityModel:(KBCommunityModel *)model; @end @interface KBGoodsRecommendTableViewCell : UITableViewCell + (instancetype)cellWithTableView:(UITableView *)tableView; @property (nonatomic, strong) KBCommunityModel *model; @property (nonatomic, strong) id delegate; @end