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 UIKeyboardCandidateList
<NSObject
>
8 - (void)setCandidates
:(id
)fp8 inlineText
:(id
)fp12 inlineRect
:(struct CGRect
)fp16 maxX
:(float)fp32 layout
:(BOOL
)fp36
;
10 - (void)setUIKeyboardCandidateListDelegate
:(id
)fp8
;
11 - (void)showCandidateAtIndex
:(unsigned int)fp8
;
12 - (void)showNextCandidate
;
13 - (void)showPageAtIndex
:(unsigned int)fp8
;
15 - (void)showPreviousPage
;
16 - (id
)currentCandidate
;
17 - (unsigned int)currentIndex
;
18 - (id
)candidateAtIndex
:(unsigned int)fp8
;
19 - (void)candidateAcceptedAtIndex
:(unsigned int)fp8
;
20 - (unsigned int)count
;
21 - (void)configureKeyboard
:(id
)fp8
;