TUIEmojiMeditorProtocolProvider.h 424 B

123456789101112131415161718
  1. //
  2. // TUIEmojiMeditorProtocolProvider.h
  3. // TUIEmojiPlugin
  4. //
  5. // Created by wyl on 2023/11/14.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <TIMCommon/TUIEmojiMeditorProtocol.h>
  10. #import <TIMCommon/TIMCommonModel.h>
  11. NS_ASSUME_NONNULL_BEGIN
  12. @class TUIFaceGroup;
  13. @interface TUIEmojiMeditorProtocolProvider : NSObject <TUIEmojiMeditorProtocol>
  14. @end
  15. NS_ASSUME_NONNULL_END