// // ChatListCell.h // AIIM // // Created by gan on 2025/4/6. // #ifndef ChatListCell_h #define ChatListCell_h #endif /* ChatListCell_h */ #import @interface ChatListCell : UITableViewCell - (void)fillWithData:( NSDictionary*)data; @end