mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-16 16:14:10 +00:00
13 lines
335 B
Objective-C
Executable File
13 lines
335 B
Objective-C
Executable File
#import <UIKit/UIKit.h>
|
|
|
|
@interface WPWalkthroughTextField : UITextField
|
|
|
|
@property (nonatomic) UIEdgeInsets textInsets;
|
|
@property (nonatomic) CGPoint rightViewPadding;
|
|
@property (nonatomic) BOOL showTopLineSeparator;
|
|
@property (nonatomic) BOOL showSecureTextEntryToggle;
|
|
|
|
- (instancetype)initWithLeftViewImage:(UIImage *)image;
|
|
|
|
@end
|