KSChatListCell.h 227 B

12345678910111213141516
  1. //
  2. // KSChatListCell.h
  3. // KulexiuForStudent
  4. //
  5. // Created by 王智 on 2022/5/17.
  6. //
  7. #import <RongIMKit/RongIMKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KSChatListCell : RCConversationBaseCell
  10. @end
  11. NS_ASSUME_NONNULL_END