Files
main/Tweaks/YouTubeHeader/YTIFormattedStringLabel.h
2023-06-27 09:54:41 +02:00

8 lines
238 B
Objective-C

#import <UIKit/UIKit.h>
#import "YTIFormattedString.h"
@interface YTIFormattedStringLabel : UILabel
@property (nonatomic, copy, readwrite) NSAttributedString *attributedText;
- (void)setFormattedString:(YTIFormattedString *)string;
@end