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