Files
featherVoice/QXLive/Room(房间)/View/用户信息/QXUserCpDressView.h

20 lines
313 B
C
Raw Normal View History

2025-11-21 16:17:05 +08:00
//
// 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;
2025-11-28 22:43:06 +08:00
-(void)headerStartPlay;
-(void)hideHeader;
2025-12-04 14:11:00 +08:00
-(void)resetView;
2025-11-21 16:17:05 +08:00
@end
NS_ASSUME_NONNULL_END