增加换肤功能
This commit is contained in:
18
QXLive/HomePage(声播)/View/房间/设置/QXRoomWelcomeView.h
Normal file
18
QXLive/HomePage(声播)/View/房间/设置/QXRoomWelcomeView.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// QXRoomWelcomeView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/6/23.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXRoomWelcomeView : UIView
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
@property (nonatomic,copy)void(^setIntroduceBlock)(NSString*introduce);
|
||||
-(void)showInView:(UIView *)view;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user