Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomBackContainerView.h

17 lines
299 B
C
Raw Normal View History

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