TUIC2CChatViewController.h 308 B

1234567891011121314151617
  1. //
  2. // TUIC2CChatViewController.h
  3. // TXIMSDK_TUIKit_iOS
  4. //
  5. // Created by kayev on 2021/6/17.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import "TUIBaseChatViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUIC2CChatViewController : TUIBaseChatViewController
  11. @end
  12. NS_ASSUME_NONNULL_END