// // TCPlayViewCell.h // TXXiaoShiPinDemo // // Created by xiang zhang on 2018/2/2. // Copyright © 2018年 tencent. All rights reserved. // #import #import "TCPlayDecorateView.h" @interface TCPlayViewCell : UITableViewCell @property(strong,nonatomic) UIImageView* videoCoverView; @property(strong,nonatomic) UIView* videoParentView; @property(strong,nonatomic) UILabel* reviewLabel; @property(strong,nonatomic) TCPlayDecorateView* logicView; @property(weak,nonatomic) iddelegate; -(void)setLiveInfo:(TCLiveInfo *)liveInfo; @end