2021-10-14 21:10:04 +08:00
|
|
|
//
|
|
|
|
// XPRoomInfoView.h
|
|
|
|
// xplan-ios
|
|
|
|
//
|
|
|
|
// Created by 冯硕 on 2021/10/11.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
2021-10-18 19:10:13 +08:00
|
|
|
@class RoomInfoModel;
|
|
|
|
@interface XPRoomInfoContainerView : UIView
|
|
|
|
///
|
|
|
|
@property (nonatomic,strong) RoomInfoModel *roomInfo;
|
2021-10-14 21:10:04 +08:00
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|