Files
yinmeng-ios/xplan-ios/Main/Room/View/ActivityContainerView/XPRoomActivityContainerView.h
2021-12-23 15:11:07 +08:00

18 lines
354 B
Objective-C

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