Files
my_yuyin/QXLive/Message(音信)/View/QXChatTitleView.h
2025-09-22 18:48:29 +08:00

19 lines
341 B
Objective-C

//
// QXChatTitleView.h
// QXLive
//
// Created by 启星 on 2025/5/22.
//
#import <UIKit/UIKit.h>
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