2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 @protocol UITextInputTraits
<NSObject
>
8 - (BOOL
)isSecureTextEntry
;
9 - (void)setSecureTextEntry
:(BOOL
)fp8
;
10 - (BOOL
)enablesReturnKeyAutomatically
;
11 - (void)setEnablesReturnKeyAutomatically
:(BOOL
)fp8
;
13 - (void)setReturnKeyType
:(int)fp8
;
14 - (int)keyboardAppearance
;
15 - (void)setKeyboardAppearance
:(int)fp8
;
17 - (void)setKeyboardType
:(int)fp8
;
18 - (int)autocorrectionType
;
19 - (void)setAutocorrectionType
:(int)fp8
;
20 - (int)autocapitalizationType
;
21 - (void)setAutocapitalizationType
:(int)fp8
;