// // RQVipCenterSubViewController.h // jiaPei // // Created by 张嵘 on 2022/8/8. // Copyright © 2022 JCZ. All rights reserved. // #import "RQCommonCollectionViewController.h" NS_ASSUME_NONNULL_BEGIN @interface RQVipCenterSubViewController : RQCommonCollectionViewController @property (nonatomic, readwrite, strong) UIScrollView *contentScrollView; @end NS_ASSUME_NONNULL_END