Files
yinmeng-ios-store/yinmeng-ios/DingDangApp/CodeClass/Room/View/PopView/RoomTipView.h
2023-12-07 10:50:21 +08:00

18 lines
253 B
Objective-C

//
// RoomTipView.h
// DingDangApp
//
// Created by apple on 2023/5/28.
//
#import "RoomPopView.h"
NS_ASSUME_NONNULL_BEGIN
@interface RoomTipView : RoomPopView
@property (nonatomic,strong) UITextView *contentTextView;
@end
NS_ASSUME_NONNULL_END