TUIChat.h 281 B

123456789101112131415
  1. //
  2. // TUIChat.h
  3. // Pods
  4. //
  5. // Created by harvy on 2022/6/9.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #ifndef TUIChat_h
  9. #define TUIChat_h
  10. #import "TUIC2CChatViewController.h"
  11. #import "TUIChatConfig.h"
  12. #import "TUIGroupChatViewController.h"
  13. #endif /* TUIChat_h */