MOLuckyFloatingView.h 300 B

1234567891011121314151617181920
  1. //
  2. // MOLuckyFloatingView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2025/7/23.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOLuckyFloatingView : UIView
  10. @property (nonatomic, strong) MORtmEntity *viewModel;
  11. - (void)toJudgeNeedAnimationScrollView;
  12. @end
  13. NS_ASSUME_NONNULL_END