MORightToLeftBannerView.h 340 B

1234567891011121314151617181920
  1. //
  2. // MORightToLeftBannerView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2023/12/31.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MORightToLeftBannerView : UIView
  10. @property (nonatomic, copy) void (^throughRoomBlock)(MORtmEntity *viewModel);
  11. - (void)showMessage:(MORtmEntity *)rtmMessage;
  12. @end
  13. NS_ASSUME_NONNULL_END