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