| 1234567891011121314151617181920 |
- //
- // MOLuckyFloatingView.h
- // MiMoLive
- //
- // Created by SuperC on 2025/7/23.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOLuckyFloatingView : UIView
- @property (nonatomic, strong) MORtmEntity *viewModel;
- - (void)toJudgeNeedAnimationScrollView;
- @end
- NS_ASSUME_NONNULL_END
|