TUIImageCollectionCell.h 549 B

123456789101112131415161718
  1. // Created by Tencent on 2023/06/09.
  2. // Copyright © 2023 Tencent. All rights reserved.
  3. #import <UIKit/UIKit.h>
  4. #import "TUIImageMessageCellData.h"
  5. #import "TUIMediaCollectionCell.h"
  6. /////////////////////////////////////////////////////////////////////////////////
  7. //
  8. // TUIMediaImageCell
  9. //
  10. /////////////////////////////////////////////////////////////////////////////////
  11. @interface TUIImageCollectionCell : TUIMediaCollectionCell
  12. - (void)fillWithData:(TUIImageMessageCellData *)data;
  13. - (void)reloadAllView;
  14. @end