mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-04 15:19:45 +00:00
8 lines
381 B
Objective-C
8 lines
381 B
Objective-C
#import "YTIFormattedStringSupportedAccessibilityDatas.h"
|
|
|
|
@interface YTIFormattedString : NSObject
|
|
+ (instancetype)formattedStringWithString:(NSString *)string;
|
|
@property (nonatomic, strong, readwrite) NSMutableArray *runsArray;
|
|
@property (nonatomic, strong, readwrite) YTIFormattedStringSupportedAccessibilityDatas *accessibility;
|
|
- (NSString *)stringWithFormattingRemoved;
|
|
@end
|