mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 01:56:06 -04:00
8 lines
238 B
Objective-C
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
|