]>
Commit | Line | Data |
---|---|---|
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 "NSObject.h" | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface ComposeRecipient : NSObject | |
12 | { | |
13 | int _identifier; | |
14 | int _uid; | |
15 | NSString *_address; | |
16 | } | |
17 | ||
18 | + (id)recipientWithAddress:(id)fp8; | |
19 | + (id)recipientWithRecord:(void *)fp8 identifier:(int)fp12; | |
20 | + (id)_abFindAddressForRecord:(void *)fp8 identifier:(int)fp12; | |
21 | + (void *)_abFindRecordForAddress:(id)fp8 identifier:(int *)fp12 uniqueID:(int *)fp16; | |
22 | + (int)_recipientABProperty; | |
23 | - (id)initWithRecord:(void *)fp8 identifier:(int)fp12 address:(id)fp16; | |
24 | - (void *)record; | |
25 | - (id)address; | |
26 | - (id)commentedAddress; | |
27 | - (id)label; | |
28 | - (void)setAddress:(id)fp8; | |
29 | - (int)identifier; | |
30 | - (id)copyWithZone:(struct _NSZone *)fp8; | |
31 | - (void)dealloc; | |
32 | - (id)displayString; | |
33 | - (id)uncommentedAddress; | |
34 | ||
35 | @end | |
36 |