KSChatConversationViewController.h 290 B

1234567891011121314151617181920
  1. //
  2. // KSChatConversationViewController.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by Kyle on 2022/3/23.
  6. //
  7. #import <RongIMKit/RongIMKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. /**
  10. 会话页面
  11. */
  12. @interface KSChatConversationViewController : RCConversationViewController
  13. @end
  14. NS_ASSUME_NONNULL_END