12345678910111213141516171819 |
- //
- // RQExerciseSubViewController.h
- // JSJP
- //
- // Created by 张嵘 on 2021/8/12.
- //
- #import "RQCommonViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQExerciseSubViewController : RQCommonViewController <JXCategoryViewDelegate, JXPagerViewListViewDelegate, JXPagerSmoothViewDataSource>
- @property (nonatomic, readwrite, assign) NSUInteger count;
- @property (nonatomic, readwrite, assign) NSInteger number;/// 记录数字
- @property (nonatomic, readwrite, strong) UIScrollView *contentScrollView;
- @end
- NS_ASSUME_NONNULL_END
|