No Description

KXMainListTableViewCell.h 338B

12345678910111213141516
  1. //
  2. // KXMainListTableViewCell.h
  3. // QBCS
  4. //
  5. // Created by kuxuan on 2017/6/6.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "KXHotList.h"
  10. @interface KXMainListTableViewCell : UITableViewCell
  11. @property (nonatomic,strong)KXHotList *hotmodel;
  12. @property (nonatomic,assign)NSInteger hotnum;
  13. @end