MORedPacketRuleView.h 308 B

123456789101112131415161718192021
  1. //
  2. // MORedPacketRuleView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/6/13.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MORedPacketRuleView : UIView
  10. + (instancetype)moRedPacketRuleView;
  11. - (void)showRedPacketRuleView;
  12. - (void)dismissRedPacketRuleView;
  13. @end
  14. NS_ASSUME_NONNULL_END