Files
yinmeng-ios/xplan-ios/Main/Room/View/AnimationView/XPRoomAnimationView.h
2023-09-20 14:01:55 +08:00

20 lines
418 B
Objective-C

//
// XPRoomAnimationView.h
// xplan-ios
//
// Created by 冯硕 on 2021/12/6.
//
#import <UIKit/UIKit.h>
#import "XPRoomAnimationHitView.h"
#import "RoomHostDelegate.h"
#import "RoomGuestDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomAnimationView : XPRoomAnimationHitView <RoomGuestDelegate>
-(void)resumeTimer;
- (instancetype)initWithDelegate:(id<RoomHostDelegate>)delegate;
@end
NS_ASSUME_NONNULL_END