RQVipCenterHeaderView.h 484 B

123456789101112131415161718192021
  1. //
  2. // RQVipCenterHeaderView.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2022/11/21.
  6. // Copyright © 2022 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "RQVipCenterHeaderItemView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RQVipCenterHeaderView : UIView
  12. @property (weak, nonatomic) IBOutlet UIScrollView *bottomScrolView;
  13. @property (nonatomic, readwrite, assign) RQHomePageSubjectType homePageSubjectType;
  14. + (instancetype)rqVipCenterHeaderView;
  15. @end
  16. NS_ASSUME_NONNULL_END