00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @class NSString; 00010 00011 @interface ABFavoritesEntry : NSObject 00012 { 00013 int _abUid; 00014 int _abIdentifier; 00015 NSString *_value; 00016 int _property; 00017 unsigned int _dirty:1; 00018 NSString *_label; 00019 NSString *_name; 00020 NSString *_abDatabaseUUID; 00021 } 00022 00023 - (id)initWithPerson:(struct CPRecord *)fp8 property:(int)fp12 identifier:(int)fp16; 00024 - (id)initWithDictionaryRepresentation:(id)fp8; 00025 - (id)dictionaryRepresentation; 00026 - (void)dictionaryRepresentation:(id *)fp8 isDirty:(char *)fp12; 00027 - (void)dealloc; 00028 - (id)displayName; 00029 - (int)property; 00030 - (id)label; 00031 - (id)value; 00032 - (int)identifier; 00033 - (struct CPRecord *)ABPerson; 00034 - (int)_abUid; 00035 - (BOOL)isEqual:(id)fp8; 00036 - (void)recheckAddressBook; 00037 00038 @end 00039
1.5.3