ChatListCell.h 263 B

12345678910111213141516171819
  1. //
  2. // ChatListCell.h
  3. // AIIM
  4. //
  5. // Created by gan on 2025/4/6.
  6. //
  7. #ifndef ChatListCell_h
  8. #define ChatListCell_h
  9. #endif /* ChatListCell_h */
  10. #import <UIKit/UIKit.h>
  11. @interface ChatListCell : UITableViewCell
  12. - (void)fillWithData:( NSDictionary*)data;
  13. @end