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 <AddressBookUI/ABCardTableController.h> 00008 00009 @class ABActionsController, NSString; 00010 00011 @interface ABUnknownCardTableController : ABCardTableController 00012 { 00013 struct { 00014 unsigned int preventAdd:1; 00015 unsigned int preventActions:1; 00016 unsigned int reserved:30; 00017 } _flags; 00018 NSString *_value; 00019 int _property; 00020 ABActionsController *_actionsController; 00021 } 00022 00023 - (id)initWithCardController:(id)fp8; 00024 - (void)dealloc; 00025 - (void)setAllowAddingToAddressBook:(BOOL)fp8; 00026 - (void)setAllowActions:(BOOL)fp8; 00027 - (void)setUnknownCardStringValue:(id)fp8 forContactProperty:(int)fp12; 00028 - (id)unknownCardStringValue; 00029 - (int)unknownCardProperty; 00030 - (int)numberOfGroupsInPreferencesTable:(id)fp8; 00031 - (BOOL)shouldShowAddToExisting; 00032 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12; 00033 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16; 00034 - (void)tableSelectionDidChange:(id)fp8; 00035 00036 @end 00037