RQDspVideoDetailCell.h 378 B

123456789101112131415161718
  1. //
  2. // RQDspVideoDetailCell.h
  3. // JSJP
  4. //
  5. // Created by RONGQING on 2022/1/20.
  6. //
  7. #import "RQCommonCell.h"
  8. #import "RQDspVideoDetailItemViewModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQDspVideoDetailCell : RQCommonCell
  11. @property (nonatomic, readwrite, strong) VideosItem *item;
  12. @property (nonatomic, readwrite, strong, nullable) UIView *adView;
  13. @end
  14. NS_ASSUME_NONNULL_END