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

17 lines
252 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;
@end
NS_ASSUME_NONNULL_END