RQVideoDetailSubPageViewController.h 326 B

12345678910111213141516
  1. //
  2. // RQVideoDetailSubPageViewController.h
  3. // JSJP
  4. //
  5. // Created by 张嵘 on 2021/10/26.
  6. // 视频详情的视频列表子页面
  7. #import "RQCommonViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQVideoDetailSubPageViewController : RQCommonViewController <JXPagerViewListViewDelegate>
  10. @end
  11. NS_ASSUME_NONNULL_END