123456789101112131415161718 |
- //
- // RQHomeSubPageViewController.h
- // XinShouJiaDao
- //
- // Created by 张嵘 on 2021/7/8.
- // Copyright © 2021 JCZ. All rights reserved.
- //
- #import "RQCommonViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageViewController : RQCommonViewController <JXCategoryViewDelegate, JXPagerViewListViewDelegate, JXPagerViewDelegate, JXPagerMainTableViewGestureDelegate>
- @property (nonatomic, readwrite, strong) UIScrollView *contentScrollView;
- @end
- NS_ASSUME_NONNULL_END
|