Files
yinmeng-ios/xplan-ios/Main/Message/Session/SendMessageView.h
2021-11-29 15:16:16 +08:00

19 lines
224 B
Objective-C

//
// SendMessageView.h
// xplan-ios
//
// Created by zu on 2021/11/28.
//
#import <UIKit/UIKit.h>
#import "RoomHostDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface SendMessageView : UIView
@end
NS_ASSUME_NONNULL_END