]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKRecipientGenerator.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / ChatKit / CKRecipientGenerator.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 "NSObject.h"
8
9 @class NSArray;
10
11 @interface CKRecipientGenerator : NSObject
12 {
13 void *_addressBook;
14 NSArray *_searchABPropertyTypes;
15 }
16
17 - (void)dealloc;
18 - (id)resultsForText:(id)fp8;
19 - (id)recipientWithRecord:(void *)fp8 property:(int)fp12 identifier:(int)fp16;
20 - (id)recipientWithAddress:(id)fp8;
21 - (void)_appendSearchResults:(id)fp8 identifiers:(id)fp12 abPropertyType:(int)fp16 toArray:(id)fp20;
22 - (Class)_recipientClassForABPropertyType:(int)fp8;
23 - (id)searchABPropertyTypes;
24 - (void)setSearchABPropertyTypes:(id)fp8;
25
26 @end
27