1234567891011121314151617 |
- //
- // RQVipCenterSubListViewController.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/9/22.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQCommonCollectionViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQVipCenterSubListViewController : RQCommonCollectionViewController <JXPagerViewListViewDelegate>
- @property (nonatomic, readwrite, copy) void(^scrollCallback)(UIScrollView *scrollView);
- @end
- NS_ASSUME_NONNULL_END
|