Files
yinmeng-ios/xplan-ios/Main/Room/View/PositionContainerView/PositionView/Object/XPRoomPositionDelegateImpl.h
2021-10-22 15:58:03 +08:00

17 lines
290 B
Objective-C

//
// XPRoomPositionDataSourceImpl.h
// xplan-ios
//
// Created by 冯硕 on 2021/10/15.
//
#import <Foundation/Foundation.h>
#import "XPRoomPositionDelgate.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomPositionDelegateImpl : NSObject<XPRoomPositionDelgate>
@end
NS_ASSUME_NONNULL_END