提交
This commit is contained in:
22
QXLive/Message(音信)/View/QXSystemNoticeCell.h
Normal file
22
QXLive/Message(音信)/View/QXSystemNoticeCell.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// QXSystemNoticeCell.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/5/28.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXMessageModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXSystemNoticeCell : UITableViewCell
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UILabel *timeLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *noticeImageView;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *contentLabel;
|
||||
|
||||
@property (nonatomic,strong)QXMessageListModel *model;
|
||||
+(instancetype)cellWithTableView:(UITableView *)tableView;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user