- //
- // RQTestQuestionsViewController.h
- // JSJP
- //
- // Created by 张嵘 on 2021/8/12.
- //
- #import "RQCommonViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQTestQuestionsViewController : RQCommonViewController <JXPagerSmoothViewListViewDelegate>
- @end
- NS_ASSUME_NONNULL_END
|