Files
featherVoice/QXLive/Mine(音域)/View/QXUserHeaderView.h

17 lines
240 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// QXUserHeaderView.h
// QXLive
//
// Created by 启星 on 2025/5/9.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXUserHeaderView : UIView
@property (nonatomic,strong)NSString *avatar;
@end
NS_ASSUME_NONNULL_END