/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABEditorModel.h

Go to the documentation of this file.
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 ABCardItemEditorLayer, NSString;
00010 
00011 @interface ABEditorModel : NSObject
00012 {
00013     struct CPRecord *_person;
00014     int _property;
00015     int _identifier;
00016     id _originalValue;
00017     id _insertedValue;
00018     NSString *_originalLabel;
00019     ABCardItemEditorLayer *_subeditorLayer;
00020 }
00021 
00022 - (id)initWithPerson:(struct CPRecord *)fp8 property:(int)fp12 identifier:(int)fp16 insertedValue:(id)fp20;
00023 - (void)labelDeleted:(id)fp8;
00024 - (void)dealloc;
00025 - (int)property;
00026 - (int)identifier;
00027 - (struct CPRecord *)person;
00028 - (id)value;
00029 - (id)insertedValue;
00030 - (id)subeditorLayer;
00031 - (BOOL)hasChanges;
00032 - (BOOL)atleastOneFieldHasData;
00033 - (void)updateRecord;
00034 
00035 @end
00036 

Generated on Sat Jan 19 15:22:00 2008 for Little Bear 1.1.3 Frameworks by  doxygen 1.5.3