MORedPacketHistoryView.h 323 B

123456789101112131415161718192021
  1. //
  2. // MORedPacketHistoryView.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 MORedPacketHistoryView : UIView
  10. + (instancetype)moRedPacketHistoryView;
  11. - (void)showRedPacketHistoryView;
  12. - (void)dismissRedPacketHistoryView;
  13. @end
  14. NS_ASSUME_NONNULL_END