]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKEntityView.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / ChatKit / CKEntityView.h
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 "UITableViewCell.h"
8
9 @class CKEntity, UILabel;
10
11 @interface CKEntityView : UITableViewCell
12 {
13 UILabel *_label;
14 CKEntity *_entity;
15 }
16
17 + (float)defaultHeight;
18 - (id)initWithStyle:(int)fp8 reuseIdentifier:(id)fp12;
19 - (void)dealloc;
20 - (void)setEntity:(id)fp8;
21 - (void)sizeToFit;
22
23 @end
24