// // ChatListTableViewCell.h // tongxin // // Created by ecell on 2023/7/13. // Copyright © 2023 xTT. All rights reserved. // #import "ZZTableViewCell.h" #import "ChatListModel.h" NS_ASSUME_NONNULL_BEGIN @interface ChatListTableViewCell : ZZTableViewCell @property (nonatomic ,strong) ChatListModel *listModel; @end NS_ASSUME_NONNULL_END