TUIBaseChatViewController+ProtectedAPI.h 469 B

12345678910111213141516171819
  1. //
  2. // TUIBaseChatViewController+ProtectedAPI.h
  3. // TXIMSDK_TUIKit_iOS
  4. //
  5. // Created by kayev on 2021/6/17.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <TIMCommon/TIMDefine.h>
  9. #import <TUICore/TUICore.h>
  10. #import "TUIBaseChatViewController.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface TUIBaseChatViewController () <TUIInputControllerDelegate, TUINotificationProtocol>
  13. - (NSString *)forwardTitleWithMyName:(NSString *)nameStr;
  14. @end
  15. NS_ASSUME_NONNULL_END