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

20 lines
295 B
Objective-C

//
// XPRoomPositionDelgate.h
// xplan-ios
//
// Created by 冯硕 on 2021/10/22.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@protocol XPRoomPositionDelgate <NSObject>
///点击了某个item
- (void)didClickPositionItem:(NSString *)postion;
@end
NS_ASSUME_NONNULL_END