| 123456789101112131415161718192021 |
- //
- // MORedPacketRuleView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/6/13.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MORedPacketRuleView : UIView
- + (instancetype)moRedPacketRuleView;
- - (void)showRedPacketRuleView;
- - (void)dismissRedPacketRuleView;
- @end
- NS_ASSUME_NONNULL_END
|