]> git.saurik.com Git - iphone-api.git/blobdiff - AddressBookUI/ABEditorModel.h
Adding numerous class dumps.
[iphone-api.git] / AddressBookUI / ABEditorModel.h
diff --git a/AddressBookUI/ABEditorModel.h b/AddressBookUI/ABEditorModel.h
new file mode 100644 (file)
index 0000000..6bc13f0
--- /dev/null
@@ -0,0 +1,37 @@
+/*
+ *     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 ABCardItemEditorLayer, NSString;
+
+@interface ABEditorModel : NSObject
+{
+    void *_person;
+    int _property;
+    int _identifier;
+    id _originalValue;
+    id _insertedValue;
+    NSString *_originalLabel;
+    ABCardItemEditorLayer *_subeditorLayer;
+}
+
+- (id)initWithPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16 insertedValue:(id)fp20;
+- (void)labelDeleted:(id)fp8;
+- (void)dealloc;
+- (id)description;
+- (int)property;
+- (int)identifier;
+- (void *)person;
+- (id)value;
+- (id)insertedValue;
+- (id)subeditorLayer;
+- (BOOL)hasChanges;
+- (BOOL)atleastOneFieldHasData;
+- (void)updateRecord;
+
+@end
+