// // MONoMoreDataView.h // MiMoLive // // Created by SuperC on 2024/1/12. // #import NS_ASSUME_NONNULL_BEGIN @interface MONoMoreDataView : UIView @property (nonatomic, assign) BOOL isHaveData; @property (strong, nonatomic) UILabel *tipLab; @property (strong, nonatomic) UIImageView *topImg; @property (strong, nonatomic) UIButton *sureBtn; @property (nonatomic, copy) void (^sureBtnClickBlock)(void);//确认按钮点击 @end NS_ASSUME_NONNULL_END