TIMInputViewMoreActionProtocol.h 332 B

12345678910111213141516171819
  1. //
  2. // TIMInputViewMoreActionProtocol.h
  3. // TIMCommon
  4. //
  5. // Created by wyl on 2023/5/5.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @protocol TIMInputViewMoreActionProtocol <NSObject>
  11. - (void)sendMessage:(V2TIMMessage *)message;
  12. @end
  13. NS_ASSUME_NONNULL_END