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