| 1234567891011121314151617181920 |
- //
- // MORightToLeftBannerView.h
- // MiMoLive
- //
- // Created by SuperC on 2023/12/31.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MORightToLeftBannerView : UIView
- @property (nonatomic, copy) void (^throughRoomBlock)(MORtmEntity *viewModel);
- - (void)showMessage:(MORtmEntity *)rtmMessage;
- @end
- NS_ASSUME_NONNULL_END
|