KSTXBaseChatViewController.h 262 B

123456789101112131415161718
  1. //
  2. // KSTXBaseChatViewController.h
  3. // KulexiuForTeacher
  4. //
  5. // Created by 王智 on 2023/8/10.
  6. //
  7. #import "TUIBaseChatViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KSTXBaseChatViewController : TUIBaseChatViewController
  10. @end
  11. NS_ASSUME_NONNULL_END