// // XPRoomQuickMessageContainView.h // xplan-ios // // Created by GreenLand on 2022/9/28. // #import #import "RoomHostDelegate.h" #import "RoomGuestDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface XPRoomQuickMessageContainView : UIView - (instancetype)initWithDelegate:(id)delegate; @property (nonatomic, strong) NSArray *titleArray; @end NS_ASSUME_NONNULL_END