MORankNoDataView.h 290 B

12345678910111213141516171819
  1. //
  2. // MORankNoDataView.h
  3. // MiMoLive
  4. //
  5. // Created by MiMo on 2025/9/12.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "MORankBottomButton.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MORankNoDataView : UIView
  11. @property (nonatomic, strong) MORankBottomButton *sendButton;
  12. @end
  13. NS_ASSUME_NONNULL_END