2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 #import <UIKit/UITextInputTraits-Protocol.h>
10 #import "UITextInputTraits_Private-Protocol.h"
14 @interface UITextInputTraits
: NSObject
<UITextInputTraits
, UITextInputTraits_Private
, NSCopying
>
16 int autocapitalizationType
;
17 int autocorrectionType
;
19 int keyboardAppearance
;
21 BOOL enablesReturnKeyAutomatically
;
23 struct __CFCharacterSet
*textTrimmingSet
;
24 UIColor
*insertionPointColor
;
25 unsigned int insertionPointWidth
;
26 int textLoupeVisibility
;
27 int textSelectionBehavior
;
28 id textSuggestionDelegate
;
29 BOOL contentsIsSingleValue
;
32 + (id
)defaultTextInputTraits
;
33 + (BOOL
)keyboardTypeRequiresASCIICapable
:(int)fp8
;
34 - (void)setToSecureValues
;
35 - (struct __CFCharacterSet
*)textTrimmingSet
;
36 - (void)setTextTrimmingSet
:(struct __CFCharacterSet
*)fp8
;
37 - (id
)textSuggestionDelegate
;
38 - (void)setTextSuggestionDelegate
:(id
)fp8
;
39 - (void)setSecureTextEntry
:(BOOL
)fp8
;
42 - (void)setToDefaultValues
;
43 - (void)takeTraitsFrom
:(id
)fp8
;
44 - (id
)copyWithZone
:(struct _NSZone
*)fp8
;
46 - (BOOL
)contentsIsSingleValue
;
47 - (void)setContentsIsSingleValue
:(BOOL
)fp8
;
48 - (int)textSelectionBehavior
;
49 - (void)setTextSelectionBehavior
:(int)fp8
;
50 - (int)textLoupeVisibility
;
51 - (void)setTextLoupeVisibility
:(int)fp8
;
52 - (unsigned int)insertionPointWidth
;
53 - (void)setInsertionPointWidth
:(unsigned int)fp8
;
54 - (id
)insertionPointColor
;
55 - (void)setInsertionPointColor
:(id
)fp8
;
56 - (BOOL
)isSecureTextEntry
;
57 - (BOOL
)enablesReturnKeyAutomatically
;
58 - (void)setEnablesReturnKeyAutomatically
:(BOOL
)fp8
;
60 - (void)setReturnKeyType
:(int)fp8
;
61 - (int)keyboardAppearance
;
62 - (void)setKeyboardAppearance
:(int)fp8
;
64 - (void)setKeyboardType
:(int)fp8
;
65 - (int)autocorrectionType
;
66 - (void)setAutocorrectionType
:(int)fp8
;
67 - (int)autocapitalizationType
;
68 - (void)setAutocapitalizationType
:(int)fp8
;