mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-25 11:55:28 -04:00
added files via upload
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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
|
Reference in New Issue
Block a user