123456789101112131415161718 |
- //
- // RQHomeSubPageVideoScrollViewController.h
- // SDJK
- //
- // Created by 张嵘 on 2021/11/11.
- //
- #import "RQCommonViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageVideoScrollViewController : RQCommonViewController <JXCategoryViewDelegate, JXPagerViewListViewDelegate, JXPagerViewDelegate, JXPagerMainTableViewGestureDelegate>
- @property (nonatomic, readwrite, strong) UIScrollView *contentScrollView;
- @property (nonatomic, readwrite, strong) UICollectionView *superCollectionView;
- @end
- NS_ASSUME_NONNULL_END
|