| 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 <AddressBookUI/ABAbstractCardView.h> |
| 8 | |
| 9 | @class ABActionsController; |
| 10 | |
| 11 | @interface ABUnknownCardViewer : ABAbstractCardView |
| 12 | { |
| 13 | id _unknownCardViewerDelegate; |
| 14 | ABActionsController *_actionsController; |
| 15 | } |
| 16 | |
| 17 | + (id)createCardTableControllerWithCardController:(id)fp8; |
| 18 | - (id)initWithFrame:(struct CGRect)fp8; |
| 19 | - (void)dealloc; |
| 20 | - (id)cardTableController; |
| 21 | - (void)setUnknownCardViewerDelegate:(id)fp8; |
| 22 | - (void)setStringValue:(id)fp8 forContactProperty:(int)fp12; |
| 23 | - (id)stringValueForProperty:(int)fp8; |
| 24 | - (id)unknownCardStringValue; |
| 25 | - (int)unknownCardProperty; |
| 26 | - (void)setAllowAddingToAddressBook:(BOOL)fp8; |
| 27 | - (void)setAllowActions:(BOOL)fp8; |
| 28 | - (void)contactInfoButtonClicked:(id)fp8; |
| 29 | - (void)presentPickerUI:(id)fp8; |
| 30 | - (void)addNewContactButtonClicked:(id)fp8; |
| 31 | - (void)addToExistingContactButtonClicked:(id)fp8; |
| 32 | - (void)didEndPickingUI:(id)fp8 didResolveToPerson:(void *)fp12 endSession:(BOOL)fp16; |
| 33 | - (void)peoplePickerDidEndPicking:(id)fp8; |
| 34 | - (void)peoplePicker:(id)fp8 editedPerson:(void *)fp12 property:(int)fp16 identifier:(int)fp20; |
| 35 | - (void)newContactViewCancelled:(id)fp8; |
| 36 | - (void)newContactViewCompleted:(id)fp8 withNewPerson:(void *)fp12; |
| 37 | |
| 38 | @end |
| 39 | |