Files
midi_ios/QXLive/HomePage(声播)/View/房间/QXRoomNoticeView.h
2025-08-14 10:07:49 +08:00

17 lines
244 B
Objective-C

//
// QXRoomNoticeView.h
// QXLive
//
// Created by 启星 on 2025/6/9.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXRoomNoticeView : UIView
@property (nonatomic,strong)NSString *roomNotice;
@end
NS_ASSUME_NONNULL_END