Files
featherVoice/QXLive/Message(音信)/View/QXChatTitleView.h

19 lines
341 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// 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