Files
featherVoice/TUIKit/TUIMultimediaPlugin/Common/View/TUIMultimediaLabelCell.h
2025-08-08 10:49:36 +08:00

16 lines
353 B
Objective-C

// Copyright (c) 2024 Tencent. All rights reserved.
// Author: eddardliu
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUIMultimediaLabelCell : UICollectionViewCell
@property(nullable, nonatomic) NSAttributedString *attributedText;
- (instancetype)initWithFrame:(CGRect)frame;
+ (NSString *)reuseIdentifier;
@end
NS_ASSUME_NONNULL_END