提交
This commit is contained in:
18
QXLive/Message(音信)/View/QXChatTitleView.h
Normal file
18
QXLive/Message(音信)/View/QXChatTitleView.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user