RQVideoListCell.h 295 B

12345678910111213141516
  1. //
  2. // RQVideoListCell.h
  3. // JSJP
  4. //
  5. // Created by 张嵘 on 2021/11/3.
  6. //
  7. #import "RQCommonCollectionViewCell.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQVideoListCell : RQCommonCollectionViewCell
  10. - (void)reloadData:(CGXVerticalMenuMoreListSectionItemModel *)model;
  11. @end
  12. NS_ASSUME_NONNULL_END