| 123456789101112131415161718 |
- //
- // MOChatSendLimitView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/9/23.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOChatSendLimitView : UIView
- + (instancetype)moChatSendLimitView;
- @end
- NS_ASSUME_NONNULL_END
|