Files
my_yuyin/TUIKit/TUIChat/UI_Classic/Cell/Chat/TUIVideoCollectionCell.h
2025-09-22 18:48:29 +08:00

17 lines
362 B
Objective-C

// Created by Tencent on 2023/06/09.
// Copyright © 2023 Tencent. All rights reserved.
#import <UIKit/UIKit.h>
#import "TUIMediaCollectionCell.h"
#import "TUIVideoMessageCellData.h"
@interface TUIVideoCollectionCell : TUIMediaCollectionCell
- (void)fillWithData:(TUIVideoMessageCellData *)data;
- (void)stopVideoPlayAndSave;
- (void)reloadAllView;
@end