]> git.saurik.com Git - iphone-api.git/blob - MessageUI/RecipientTableCell.h
Added some work on liblockdown.
[iphone-api.git] / MessageUI / RecipientTableCell.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 "UITableCell.h"
8
9 @class ComposeRecipient;
10
11 @interface RecipientTableCell : UITableCell
12 {
13 ComposeRecipient *_recipient;
14 }
15
16 + (id)cellForRecipient:(id)fp8;
17 + (float)height;
18 - (id)recipient;
19 - (void)setRecipient:(id)fp8;
20 - (void)drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
21 - (void)dealloc;
22
23 @end
24