]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKSMSEntity.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKSMSEntity.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 <ChatKit/CKEntity.h>
8
9 @class NSString;
10
11 @interface CKSMSEntity : CKEntity
12 {
13 NSString *_cachedName;
14 unsigned int _accepted:1;
15 unsigned int _generated:1;
16 struct __CKSMSAddress *_smsAddress;
17 }
18
19 + (id)copyAllSMSEntities;
20 - (void)resetCaches;
21 - (void)_addToSharedSet;
22 - (void)_removeFromSharedSet;
23 - (id)_existingEntityFromSharedSet;
24 - (id)_initWithSMSAddress:(struct __CKSMSAddress *)fp8 service:(id)fp12;
25 - (id)rawAddress;
26 - (struct __CKSMSAddress *)_smsAddress;
27 - (void)dealloc;
28 - (unsigned int)hash;
29 - (void *)abRecord;
30 - (int)propertyType;
31 - (int)identifier;
32 - (int)addressBookUID;
33 - (void)_generateCachedName;
34 - (void)_generateName;
35 - (void)manuallyGenerateWithABRecord:(void *)fp8 identifier:(int)fp12;
36 - (id)name;
37 - (BOOL)isEqual:(id)fp8;
38 - (struct __CKSMSAddress *)smsAddress;
39
40 @end
41