]>
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 ABCountryCodePicker, ABEditorModel; | |
10 | ||
11 | @interface ABCountryPickerViewController : UIViewController | |
12 | { | |
13 | ABCountryCodePicker *_countryPicker; | |
14 | ABEditorModel *_editorModel; | |
15 | id _delegate; | |
16 | } | |
17 | ||
18 | - (id)initWithEditedItem:(id)fp8; | |
19 | - (void)dealloc; | |
20 | - (void)setDelegate:(id)fp8; | |
21 | - (id)countryCodePicker; | |
22 | - (void)countryCodePicker:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16; | |
23 | - (void)loadView; | |
24 | - (void)viewWillAppear:(BOOL)fp8; | |
25 | ||
26 | @end | |
27 |