]>
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 | #import <UIKit/UITextInputTraits-Protocol.h> | |
8 | ||
9 | @protocol UITextInputTraits_Private <NSObject, UITextInputTraits> | |
10 | - (void)takeTraitsFrom:(id)fp8; | |
11 | - (BOOL)contentsIsSingleValue; | |
12 | - (void)setContentsIsSingleValue:(BOOL)fp8; | |
13 | - (id)textSuggestionDelegate; | |
14 | - (void)setTextSuggestionDelegate:(id)fp8; | |
15 | - (int)textSelectionBehavior; | |
16 | - (void)setTextSelectionBehavior:(int)fp8; | |
17 | - (int)textLoupeVisibility; | |
18 | - (void)setTextLoupeVisibility:(int)fp8; | |
19 | - (unsigned int)insertionPointWidth; | |
20 | - (void)setInsertionPointWidth:(unsigned int)fp8; | |
21 | - (id)insertionPointColor; | |
22 | - (void)setInsertionPointColor:(id)fp8; | |
23 | - (struct __CFCharacterSet *)textTrimmingSet; | |
24 | - (void)setTextTrimmingSet:(struct __CFCharacterSet *)fp8; | |
25 | @end | |
26 |