YMAccountBalanceRechargePopupView.h 434 B

1234567891011121314151617181920
  1. //
  2. // YMAccountBalanceRechargePopupView.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/3/16.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. typedef void(^AccountBalanceRechargeDismissBlock)(void);
  11. @interface YMAccountBalanceRechargePopupView : YMBaseView
  12. /** 关闭回调 */
  13. @property (nonatomic, copy) AccountBalanceRechargeDismissBlock dismissBlock;
  14. @end
  15. NS_ASSUME_NONNULL_END