]> git.saurik.com Git - iphone-api.git/blobdiff - AddressBookUI/ABFavoritesEntry.h
Adding numerous class dumps.
[iphone-api.git] / AddressBookUI / ABFavoritesEntry.h
diff --git a/AddressBookUI/ABFavoritesEntry.h b/AddressBookUI/ABFavoritesEntry.h
new file mode 100644 (file)
index 0000000..9a1d382
--- /dev/null
@@ -0,0 +1,39 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@class NSString;
+
+@interface ABFavoritesEntry : NSObject
+{
+    int _abUid;
+    int _abIdentifier;
+    NSString *_value;
+    int _property;
+    unsigned int _dirty:1;
+    NSString *_label;
+    NSString *_name;
+    NSString *_abDatabaseUUID;
+}
+
+- (id)initWithPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16;
+- (id)initWithDictionaryRepresentation:(id)fp8;
+- (id)dictionaryRepresentation;
+- (void)dictionaryRepresentation:(id *)fp8 isDirty:(char *)fp12;
+- (void)dealloc;
+- (id)displayName;
+- (int)property;
+- (id)label;
+- (id)value;
+- (int)identifier;
+- (void *)ABPerson;
+- (int)_abUid;
+- (BOOL)isEqual:(id)fp8;
+- (void)recheckAddressBook;
+
+@end
+