跨房PK的UI

This commit is contained in:
fengshuo
2022-01-10 18:54:23 +08:00
committed by chenguilong
parent 251cb74bf5
commit 8b7e8f5aa5
48 changed files with 1952 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
//
// XPAcrossRoomProtocol.h
// xplan-ios
//
// Created by 冯硕 on 2022/1/10.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPAcrossRoomProtocol <NSObject>
///开启咵房pk成功
- (void)beginAcrossRoomPKSuccess;
@end
NS_ASSUME_NONNULL_END