// // RQVipCenterHeaderView.h // jiaPei // // Created by 张嵘 on 2022/11/21. // Copyright © 2022 JCZ. All rights reserved. // #import #import "RQVipCenterHeaderItemView.h" NS_ASSUME_NONNULL_BEGIN @interface RQVipCenterHeaderView : UIView @property (weak, nonatomic) IBOutlet UIScrollView *bottomScrolView; @property (nonatomic, readwrite, assign) RQHomePageSubjectType homePageSubjectType; + (instancetype)rqVipCenterHeaderView; @end NS_ASSUME_NONNULL_END