mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			200 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			200 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  UITextField+Range.h
 | |
| //  FLEX
 | |
| //
 | |
| //  Created by Tanner on 6/13/17.
 | |
| //
 | |
| 
 | |
| #import <UIKit/UIKit.h>
 | |
| 
 | |
| @interface UITextField (Range)
 | |
| 
 | |
| @property (nonatomic, readonly) NSRange flex_selectedRange;
 | |
| 
 | |
| @end
 | 
