YOUPAILZWithdrawBtn.h 621 B

12345678910111213141516171819202122232425
  1. //
  2. // YOUPAILZWithdrawBtn.h
  3. // MSYOUPAI
  4. //
  5. // Created by CY on 2022/3/2.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZWithdrawBtn : UIView
  11. @property (nonatomic, weak) UIView *youpaipquickV; // 秒到账
  12. @property (nonatomic, weak) UILabel *youpaipMoneyL; // 金额
  13. @property (nonatomic, strong) UILabel *detailLab; // 提现所需金额
  14. @property (nonatomic, weak) UIImageView *youpaipSelectedImgV; //选中的样式
  15. @property (nonatomic, strong) UIControl *action;
  16. @property (nonatomic, assign) BOOL selected;
  17. @end
  18. NS_ASSUME_NONNULL_END