00001
00002
00003
00004
00005
00006
00007 #import <AddressBookUI/ABAbstractCardView.h>
00008
00009 @class ABActionsController;
00010
00011 @interface ABUnknownCardViewer : ABAbstractCardView
00012 {
00013 id _unknownCardViewerDelegate;
00014 ABActionsController *_actionsController;
00015 }
00016
00017 + (id)createCardTableControllerWithCardController:(id)fp8;
00018 - (id)initWithFrame:(struct CGRect)fp8;
00019 - (void)dealloc;
00020 - (id)cardTableController;
00021 - (void)setUnknownCardViewerDelegate:(id)fp8;
00022 - (void)setStringValue:(id)fp8 forContactProperty:(int)fp12;
00023 - (id)stringValueForProperty:(int)fp8;
00024 - (void)setAllowAddingToAddressBook:(BOOL)fp8;
00025 - (void)setAllowActions:(BOOL)fp8;
00026 - (void)contactInfoButtonClicked:(id)fp8;
00027 - (void)presentPickerUI:(id)fp8;
00028 - (void)addNewContactButtonClicked:(id)fp8;
00029 - (void)addToExistingContactButtonClicked:(id)fp8;
00030 - (void)didEndPickingUI:(id)fp8 didResolveToPerson:(struct CPRecord *)fp12 endSession:(BOOL)fp16;
00031 - (void)peoplePickerDidEndPicking:(id)fp8;
00032 - (void)peoplePicker:(id)fp8 editedPerson:(struct CPRecord *)fp12 property:(int)fp16 identifier:(int)fp20;
00033 - (void)newContactViewCancelled:(id)fp8;
00034 - (void)newContactViewCompleted:(id)fp8 withNewPerson:(struct CPRecord *)fp12;
00035
00036 @end
00037