mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 07:18:37 +00:00
7 lines
238 B
Objective-C
7 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
|