]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABFavoritesEntry.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / AddressBookUI / ABFavoritesEntry.h
CommitLineData
2cd8f71b
JF
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 ABFavoritesEntry : NSObject
12{
13 int _abUid;
14 int _abIdentifier;
15 NSString *_value;
16 int _property;
17 unsigned int _dirty:1;
18 NSString *_label;
19 NSString *_name;
20 NSString *_abDatabaseUUID;
21}
22
23- (id)initWithPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16;
24- (id)initWithDictionaryRepresentation:(id)fp8;
25- (id)dictionaryRepresentation;
26- (void)dictionaryRepresentation:(id *)fp8 isDirty:(char *)fp12;
27- (void)dealloc;
28- (id)displayName;
29- (int)property;
30- (id)label;
31- (id)value;
32- (int)identifier;
33- (void *)ABPerson;
34- (int)_abUid;
35- (BOOL)isEqual:(id)fp8;
36- (void)recheckAddressBook;
37
38@end
39