123456789101112131415161718 |
- //
- // RQDspVideoDetailCell.h
- // JSJP
- //
- // Created by RONGQING on 2022/1/20.
- //
- #import "RQCommonCell.h"
- #import "RQDspVideoDetailItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQDspVideoDetailCell : RQCommonCell
- @property (nonatomic, readwrite, strong) VideosItem *item;
- @property (nonatomic, readwrite, strong, nullable) UIView *adView;
- @end
- NS_ASSUME_NONNULL_END
|