]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKEntity.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKEntity.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 CKService;
10
11 @interface CKEntity : NSObject
12 {
13 int _addressBookUID;
14 int _identifier;
15 int _propertyType;
16 BOOL _foundABNameForSender;
17 BOOL _senderIsVoicemail;
18 void *_abRecord;
19 CKService *_service;
20 }
21
22 - (void)resetCaches;
23 - (id)_initWithService:(id)fp8;
24 - (void)dealloc;
25 - (id)rawAddress;
26 - (id)name;
27 - (BOOL)senderIsVoicemail;
28 - (BOOL)foundABNameForSender;
29 - (int)propertyType;
30 - (void)setPropertyType:(int)fp8;
31 - (void *)abRecord;
32 - (int)identifier;
33 - (void)setIdentifier:(int)fp8;
34 - (int)addressBookUID;
35 - (void)setAddressBookUID:(int)fp8;
36 - (id)service;
37
38 @end
39