]>
Commit | Line | Data |
---|---|---|
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 "UIViewController.h" | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface ABUnknownPersonViewController : UIViewController | |
12 | { | |
13 | NSString *_alternateName; | |
14 | NSString *_message; | |
15 | BOOL _allowsActions; | |
16 | BOOL _allowsAddingToAddressBook; | |
17 | id _helper; | |
18 | id <ABUnknownPersonViewControllerDelegate> _unknownPersonViewDelegate; | |
19 | } | |
20 | ||
21 | + (id)defaultLabelsForProperty:(int)fp8 person:(void *)fp12; | |
22 | - (id)init; | |
23 | - (void)dealloc; | |
24 | - (id)unknownPersonViewDelegate; | |
25 | - (void)setUnknownPersonViewDelegate:(id)fp8; | |
26 | - (void *)addressBook; | |
27 | - (void)setAddressBook:(void *)fp8; | |
28 | - (void *)displayedPerson; | |
29 | - (void)setDisplayedPerson:(void *)fp8; | |
30 | - (void)setStringValue:(id)fp8 forProperty:(int)fp12; | |
31 | - (void)loadView; | |
32 | - (void)viewWillAppear:(BOOL)fp8; | |
33 | - (BOOL)allowsAddingToAddressBook; | |
34 | - (void)setAllowsAddingToAddressBook:(BOOL)fp8; | |
35 | - (BOOL)allowsActions; | |
36 | - (void)setAllowsActions:(BOOL)fp8; | |
37 | - (id)message; | |
38 | - (void)setMessage:(id)fp8; | |
39 | - (id)alternateName; | |
40 | - (void)setAlternateName:(id)fp8; | |
41 | ||
42 | @end | |
43 |