mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 05:13:39 -04:00
added files via upload
This commit is contained in:
14
Tweaks/FLEX/Utility/Categories/UITextField+Range.h
Normal file
14
Tweaks/FLEX/Utility/Categories/UITextField+Range.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user