TUIFoldConversationListDataProvider.h 354 B

1234567891011121314151617
  1. //
  2. // TUIFoldConversationListDataProvider.h
  3. // TUIConversation
  4. //
  5. // Created by wyl on 2022/11/22.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import "TUIFoldConversationListBaseDataProvider.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUIFoldConversationListDataProvider : TUIFoldConversationListBaseDataProvider
  11. @end
  12. NS_ASSUME_NONNULL_END