// // YOUPAIZYDynamicVideoCell.h // VQU // // Created by Elaine on 2020/11/17. // Copyright © 2020 leo. All rights reserved. // #import #import "YOUPAIZYVideoModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZYDynamicVideoCell : UICollectionViewCell @property(nonatomic,strong)UIImageView* youpaipcoverImgV; @property(nonatomic,strong)YOUPAIZYVideoModel *youpaipmodel; @end NS_ASSUME_NONNULL_END