MOFirstRechargeRulesView.h 387 B

1234567891011121314151617181920212223
  1. //
  2. // MOFirstRechargeRulesView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/9/9.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOFirstRechargeRulesView : UIView
  10. @property (nonatomic, copy) NSString *ruleContentStr;
  11. + (instancetype)moFirstRechargeRulesView;
  12. - (void)showFirstRechargeRulesView;
  13. - (void)dismissFirstRechargeRulesView;
  14. @end
  15. NS_ASSUME_NONNULL_END