Files
featherVoice/QXLive/Room(房间)/View/用户信息/QXUserCpDressView.h
2025-12-04 14:11:00 +08:00

20 lines
313 B
Objective-C

//
// QXUserCpDressView.h
// QXLive
//
// Created by 启星 on 2025/11/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXUserCpDressView : UIView
@property (nonatomic,strong)QXUserCpInfoModel *model;
-(void)headerStartPlay;
-(void)hideHeader;
-(void)resetView;
@end
NS_ASSUME_NONNULL_END