18 lines
253 B
Objective-C
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
|