| 1234567891011121314151617181920212223 |
- //
- // MOLevelUpNoticeView.h
- // MiMoLive
- //
- // Created by SuperC on 2025/6/27.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOLevelUpNoticeView : UIView
- @property (nonatomic, strong) UIImageView *bgImgView;
- @property (nonatomic, strong) UIScrollView *contentScrollView;
- @property (nonatomic, strong) MORtmEntity *viewModel;
- - (void)toJudgeNeedAnimationScrollView;
- @end
- NS_ASSUME_NONNULL_END
|