MOLevelUpNoticeView.h 418 B

1234567891011121314151617181920212223
  1. //
  2. // MOLevelUpNoticeView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2025/6/27.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOLevelUpNoticeView : UIView
  10. @property (nonatomic, strong) UIImageView *bgImgView;
  11. @property (nonatomic, strong) UIScrollView *contentScrollView;
  12. @property (nonatomic, strong) MORtmEntity *viewModel;
  13. - (void)toJudgeNeedAnimationScrollView;
  14. @end
  15. NS_ASSUME_NONNULL_END