RQDspVideoDetailCell.h 312 B

123456789101112131415161718
  1. //
  2. // RQDspVideoDetailCell.h
  3. // SDJK
  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. @end
  13. NS_ASSUME_NONNULL_END