CNLiveMineCell.h 424 Bytes
//
//  CNLiveMineCell.h
//  CNLiveBMineModule
//
//  Created by 153993236@qq.com on 11/12/2019.
//  Copyright © 2019 153993236@qq.com. All rights reserved.
//

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

NS_ASSUME_NONNULL_BEGIN

static NSString * const kCNLiveMineCell = @"CNLiveMineCell";

@interface CNLiveMineCell : UITableViewCell
@property (nonatomic, strong) CNLiveMineModel *model;

@end

NS_ASSUME_NONNULL_END