mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-23 22:56:09 -04:00
9 lines
381 B
Objective-C
9 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
|