// // QXUserHeaderView.h // QXLive // // Created by 启星 on 2025/5/9. // #import NS_ASSUME_NONNULL_BEGIN @interface QXUserHeaderView : UIView @property (nonatomic,strong)NSString *avatar; @end NS_ASSUME_NONNULL_END