]>
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 UICompletionTablePrivate; | |
10 | ||
11 | @interface UICompletionTable : UIView | |
12 | { | |
13 | UICompletionTablePrivate *_private; | |
14 | } | |
15 | ||
16 | + (id)_cellFont; | |
17 | + (id)_shadowImage; | |
18 | - (id)initWithFrame:(struct CGRect)fp8; | |
19 | - (void)dealloc; | |
20 | - (void)layoutSubviews; | |
21 | - (void)setDelegate:(id)fp8; | |
22 | - (void)reloadData; | |
23 | - (void)setTopStrokeColor:(id)fp8; | |
24 | - (int)numberOfRowsInTable:(id)fp8; | |
25 | - (id)_completionForRow:(int)fp8; | |
26 | - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20; | |
27 | - (void)tableSelectionDidChange:(id)fp8; | |
28 | ||
29 | @end | |
30 |