// // YOUPAIZYVideoLikesCell.h // VQU // // Created by Elaine on 2020/11/17. // Copyright © 2020 leo. All rights reserved. // #import #import "YOUPAIZYVideoLikesModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZYVideoLikesCell : UITableViewCell @property(nonatomic,strong)YOUPAIZYVideoLikesModel* youpaipmodel; @property(nonatomic,strong)UIButton* youpaipplayBtn; @end NS_ASSUME_NONNULL_END