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