123456789101112131415161718192021 |
- //
- // RQVipCenterHeaderView.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/11/21.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|