Files
midi_ios/QXLive/Message(音信)/View/QXChatTitleView.h
2025-08-14 10:07:49 +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