// // QXSystemMessageCell.h // QXLive // // Created by 启星 on 2025/5/29. // #import #import "QXMessageModel.h" NS_ASSUME_NONNULL_BEGIN @interface QXSystemMessageCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *timeLabel; @property (weak, nonatomic) IBOutlet UILabel *contentLabel; @property (nonatomic,strong)QXMessageListModel *model; +(instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END