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