| 123456789101112131415161718192021 |
- //
- // MOAnchorTaskRuleView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/6/3.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOAnchorTaskRuleView : UIView
- + (instancetype)moAnchorTaskRuleView;
- - (void)showAnchorTaskRuleView;
- - (void)dismissAnchorTaskRuleView;
- @end
- NS_ASSUME_NONNULL_END
|