WHVipDropView.h 494 B

123456789101112131415161718192021
  1. //
  2. // WHVipDropView.h
  3. // MSYOUPAI
  4. //
  5. // Created by 刘必果 on 2024/2/1.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface WHVipDropView : UIView
  11. @property (nonatomic, strong) UIImageView *bgImageView;
  12. @property (nonatomic, strong) UIImageView *logImageView;
  13. @property (nonatomic, strong) UIButton *nextBtn; //箭头
  14. @property (nonatomic, strong) UILabel *titleLab; // 查看开通会员10大权益
  15. @end
  16. NS_ASSUME_NONNULL_END