| 12345678910111213141516171819202122232425 |
- //
- // MOGetGiftView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/6/4.
- //
- #import <UIKit/UIKit.h>
- #import "MOEasemobEvent.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MOGetGiftView : UIView
- @property (nonatomic, strong) TaskPublishEvent *viewModel;
- + (instancetype)moGetGiftView;
- - (void)showGetGiftView;
- - (void)dismissGetGiftView;
- @end
- NS_ASSUME_NONNULL_END
|