]>
Commit | Line | Data |
---|---|---|
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 <AddressBookUI/ABAbstractCardView.h> | |
8 | ||
9 | @interface ABCardViewer : ABAbstractCardView | |
10 | { | |
11 | } | |
12 | ||
13 | + (struct __CFArray *)copyDefaultDisplayedProperties; | |
14 | - (void)setAllowsDeletion:(BOOL)fp8; | |
15 | - (void)setEditing:(BOOL)fp8 animated:(BOOL)fp12; | |
16 | - (void)setTagLine:(id)fp8; | |
17 | - (BOOL)performDefaultActionForPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16; | |
18 | - (void)reloadNameData; | |
19 | ||
20 | @end | |
21 |