]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | @protocol UITextInputTraits <NSObject> | |
8 | - (BOOL)isSecureTextEntry; | |
9 | - (void)setSecureTextEntry:(BOOL)fp8; | |
10 | - (BOOL)enablesReturnKeyAutomatically; | |
11 | - (void)setEnablesReturnKeyAutomatically:(BOOL)fp8; | |
12 | - (int)returnKeyType; | |
13 | - (void)setReturnKeyType:(int)fp8; | |
14 | - (int)keyboardAppearance; | |
15 | - (void)setKeyboardAppearance:(int)fp8; | |
16 | - (int)keyboardType; | |
17 | - (void)setKeyboardType:(int)fp8; | |
18 | - (int)autocorrectionType; | |
19 | - (void)setAutocorrectionType:(int)fp8; | |
20 | - (int)autocapitalizationType; | |
21 | - (void)setAutocapitalizationType:(int)fp8; | |
22 | @end | |
23 |