MOAnchorTaskRuleView.h 312 B

123456789101112131415161718192021
  1. //
  2. // MOAnchorTaskRuleView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/6/3.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOAnchorTaskRuleView : UIView
  10. + (instancetype)moAnchorTaskRuleView;
  11. - (void)showAnchorTaskRuleView;
  12. - (void)dismissAnchorTaskRuleView;
  13. @end
  14. NS_ASSUME_NONNULL_END