CNLiveSearchListCell.h 314 Bytes
//
//  CNLiveSearchListCell.h
//  CNLiveCServiceModule
//
//  Created by CNLive on 2021/11/25.
//

#import <UIKit/UIKit.h>
#import "CNLiveSearchModel.h"

NS_ASSUME_NONNULL_BEGIN

@interface CNLiveSearchListCell : UITableViewCell

@property (nonatomic, strong) CNLiveSearchModel *model;
@end

NS_ASSUME_NONNULL_END