]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABEditorModel.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABEditorModel.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 ABCardItemEditorLayer, NSString;
10
11@interface ABEditorModel : NSObject
12{
13 void *_person;
14 int _property;
15 int _identifier;
16 id _originalValue;
17 id _insertedValue;
18 NSString *_originalLabel;
19 ABCardItemEditorLayer *_subeditorLayer;
20}
21
22- (id)initWithPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16 insertedValue:(id)fp20;
23- (void)labelDeleted:(id)fp8;
24- (void)dealloc;
25- (id)description;
26- (int)property;
27- (int)identifier;
28- (void *)person;
29- (id)value;
30- (id)insertedValue;
31- (id)subeditorLayer;
32- (BOOL)hasChanges;
33- (BOOL)atleastOneFieldHasData;
34- (void)updateRecord;
35
36@end
37