MOGetGiftView.h 365 B

12345678910111213141516171819202122232425
  1. //
  2. // MOGetGiftView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/6/4.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "MOEasemobEvent.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MOGetGiftView : UIView
  11. @property (nonatomic, strong) TaskPublishEvent *viewModel;
  12. + (instancetype)moGetGiftView;
  13. - (void)showGetGiftView;
  14. - (void)dismissGetGiftView;
  15. @end
  16. NS_ASSUME_NONNULL_END