| 12345678910111213141516171819 |
- //
- // MORankNoDataView.h
- // MiMoLive
- //
- // Created by MiMo on 2025/9/12.
- //
- #import <UIKit/UIKit.h>
- #import "MORankBottomButton.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MORankNoDataView : UIView
- @property (nonatomic, strong) MORankBottomButton *sendButton;
- @end
- NS_ASSUME_NONNULL_END
|