CNLiveUserInfoCell.h
496 Bytes
//
// CNLiveMineController.m
// CNLiveMineModule
//
// Created by 153993236@qq.com on 11/12/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class CNLiveUserInfoModel;
static NSString * const kCNLiveUserInfoCell = @"CNLiveUserInfoCell";
@interface CNLiveUserInfoCell : UITableViewCell
@property (nonatomic, strong) CNLiveUserInfoModel *model;
@property (nonatomic, strong) UIImage *image;
@end
NS_ASSUME_NONNULL_END