// // YOUPAILCVideoChargeCell.h // LiveChat // // Created by 张灿 on 2018/10/11. // Copyright © 2018年 caicai. All rights reserved. // #import #import "YOUPAILCVideoFinishModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILCVideoChargeCell : UITableViewCell @property(nonatomic,strong)YOUPAILCVideoFinishModel* youpaipfinishModel; @end NS_ASSUME_NONNULL_END