123456789101112131415161718 |
- //
- // YOUPAIZYDynamicVideoCell.h
- // VQU
- //
- // Created by Elaine on 2020/11/17.
- // Copyright © 2020 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|