Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomBackContainerView.h
2022-02-27 20:16:31 +08:00

18 lines
348 B
Objective-C

//
// XPRoomBaseUIView.h
// xplan-ios
//
// Created by 冯硕 on 2021/10/11.
//
#import <UIKit/UIKit.h>
#import "RoomHostDelegate.h"
#import "RoomGuestDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomBackContainerView : UIView<RoomGuestDelegate>
- (instancetype)initWithdelegate:(id<RoomHostDelegate>)delegate;
@end
NS_ASSUME_NONNULL_END