Files
yinmeng-ios/xplan-ios/Main/Room/View/PositionContainerView/XPRoomPositionContainView.h
2021-10-18 19:10:13 +08:00

17 lines
250 B
Objective-C

//
// XPRoomPositionView.h
// xplan-ios
//
// Created by 冯硕 on 2021/10/11.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomPositionContainView : UIView
- (CGFloat)positionContainerViewHeight;
@end
NS_ASSUME_NONNULL_END