17 lines
290 B
Objective-C
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
|