TUIFoldListViewController.h 419 B

12345678910111213141516171819
  1. //
  2. // TUIFoldListViewController.h
  3. // TUIChat
  4. //
  5. // Created by wyl on 2022/7/21.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUIFoldListViewController : UIViewController
  11. @property(nonatomic, copy) void (^dismissCallback)(NSMutableAttributedString *foldStr, NSArray *sortArr, NSArray *needRemoveFromCacheMapArray);
  12. @end
  13. NS_ASSUME_NONNULL_END