- //
- // RQVideoDetailSubPageViewController.h
- // JSJP
- //
- // Created by 张嵘 on 2021/10/26.
- // 视频详情的视频列表子页面
- #import "RQCommonViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQVideoDetailSubPageViewController : RQCommonViewController <JXPagerViewListViewDelegate>
- @end
- NS_ASSUME_NONNULL_END
|