]>
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/UIView.h> | |
8 | ||
9 | @class NSString, UIFont; | |
10 | ||
11 | @interface InlineCandidateCell : UIView | |
12 | { | |
13 | NSString *_candidate; | |
14 | unsigned int _index; | |
15 | UIFont *_font; | |
16 | struct CGSize _stringImageSize; | |
17 | BOOL _highlighted; | |
18 | id _target; | |
19 | SEL _action; | |
20 | BOOL _lastItem; | |
21 | BOOL _dontDrawRightEdge; | |
22 | } | |
23 | ||
24 | - (id)initWithCandidate:(id)fp8 andIndex:(unsigned int)fp12 withFontSize:(float)fp16 target:(id)fp20 action:(SEL)fp24; | |
25 | - (void)dealloc; | |
26 | - (struct CGSize)stringImageSize; | |
27 | - (unsigned int)index; | |
28 | - (void)dontDrawRightEdge:(BOOL)fp8; | |
29 | - (void)setLastItem:(BOOL)fp8; | |
30 | - (BOOL)ignoresMouseEvents; | |
31 | - (void)setHighlighted:(BOOL)fp8; | |
32 | - (void)drawRect:(struct CGRect)fp8; | |
33 | ||
34 | @end | |
35 |