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