Files
yinmeng-ios/xplan-ios/Main/Room/View/AcrossRoomPK/Protocol/XPAcrossRoomProtocol.h

20 lines
277 B
C
Raw Normal View History

2022-01-10 18:54:23 +08:00
//
// 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