| 1234567891011121314151617181920 |
- //
- // KSChatConversationViewController.h
- // KulexiuForTeacher
- //
- // Created by Kyle on 2022/3/23.
- //
- #import <RongIMKit/RongIMKit.h>
- NS_ASSUME_NONNULL_BEGIN
- /**
- 会话页面
- */
- @interface KSChatConversationViewController : RCConversationViewController
- @end
- NS_ASSUME_NONNULL_END
|