TUIVideoCollectionCell.h 362 B

12345678910111213141516
  1. // Created by Tencent on 2023/06/09.
  2. // Copyright © 2023 Tencent. All rights reserved.
  3. #import <UIKit/UIKit.h>
  4. #import "TUIMediaCollectionCell.h"
  5. #import "TUIVideoMessageCellData.h"
  6. @interface TUIVideoCollectionCell : TUIMediaCollectionCell
  7. - (void)fillWithData:(TUIVideoMessageCellData *)data;
  8. - (void)stopVideoPlayAndSave;
  9. - (void)reloadAllView;
  10. @end