YOUPAILCVideoChargeCell.h 388 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILCVideoChargeCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/10/11.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCVideoFinishModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILCVideoChargeCell : UITableViewCell
  12. @property(nonatomic,strong)YOUPAILCVideoFinishModel* youpaipfinishModel;
  13. @end
  14. NS_ASSUME_NONNULL_END