// // KXMainListTableViewCell.h // QBCS // // Created by kuxuan on 2017/6/6. // Copyright © 2017年 kuxuan. All rights reserved. // #import #import "KXHotList.h" @interface KXMainListTableViewCell : UITableViewCell @property (nonatomic,strong)KXHotList *hotmodel; @property (nonatomic,assign)NSInteger hotnum; @end