20 lines
313 B
Objective-C
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
|