mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:23:58 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			397 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			397 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  FLEXRuntimeKeyPathTokenizer.h
 | |
| //  FLEX
 | |
| //
 | |
| //  Created by Tanner on 3/22/17.
 | |
| //  Copyright © 2017 Tanner Bennett. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import "FLEXRuntimeKeyPath.h"
 | |
| 
 | |
| @interface FLEXRuntimeKeyPathTokenizer : NSObject
 | |
| 
 | |
| + (NSUInteger)tokenCountOfString:(NSString *)userInput;
 | |
| + (FLEXRuntimeKeyPath *)tokenizeString:(NSString *)userInput;
 | |
| 
 | |
| + (BOOL)allowedInKeyPath:(NSString *)text;
 | |
| 
 | |
| @end
 | 
