CNLiveNewsUpPicTableViewCell.h 317 Bytes
//
//  CNLiveNewsUpPicTableViewCell.h
//  CNLiveScioLive
//
//  Created by CNLive-zxw on 2018/9/21.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>
@class CNHomeModel;

@interface CNLiveNewsUpPicTableViewCell : UITableViewCell
@property (nonatomic, strong) CNHomeModel *model;

@end