mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -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
 | 
