2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UIViewController.h"
9 @
class ABCountryCodePicker
, ABEditorModel
;
11 @interface ABCountryPickerViewController
: UIViewController
13 ABCountryCodePicker
*_countryPicker
;
14 ABEditorModel
*_editorModel
;
18 - (id
)initWithEditedItem
:(id
)fp8
;
20 - (void)setDelegate
:(id
)fp8
;
21 - (id
)countryCodePicker
;
22 - (void)countryCodePicker
:(id
)fp8 endedWithSelectionConfirmed
:(BOOL
)fp12 animate
:(BOOL
)fp16
;
24 - (void)viewWillAppear
:(BOOL
)fp8
;