// // QXChatTitleView.h // QXLive // // Created by 启星 on 2025/5/22. // #import NS_ASSUME_NONNULL_BEGIN @interface QXChatTitleView : UIView @property (nonatomic,strong)UIImageView *imageView; @property (nonatomic,strong)UILabel *nameLabel; @property (nonatomic,strong)UILabel *timeLabel; @end NS_ASSUME_NONNULL_END