Files
yinmeng-ios/xplan-ios/Main/Room/View/RoomInfoContainerView/XPRoomInfoContainerView.h

18 lines
283 B
C
Raw Normal View History

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
@class RoomInfoModel;
@interface XPRoomInfoContainerView : UIView
///
@property (nonatomic,strong) RoomInfoModel *roomInfo;
2021-10-14 21:10:04 +08:00
@end
NS_ASSUME_NONNULL_END