2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSArray
, NSString
, UISectionList
;
11 @interface ABCountryCodePicker
: UIView
15 NSString
*_selectedCountryCode
;
16 UISectionList
*_sectionList
;
17 NSArray
*_sortedRegions
;
18 NSArray
*_sortedRegionsIndices
;
19 NSArray
*_sortedCountryInfos
;
20 unsigned int _manuallySettingRowSelection
:1;
23 - (id
)initWithFrame
:(struct CGRect
)fp8
;
25 - (void)setEditedItem
:(id
)fp8
;
27 - (void)_setSelectedCountryCode
:(id
)fp8
;
28 - (void)setSelectedCountryCode
:(id
)fp8
;
29 - (id
)selectedCountryCode
;
30 - (void)reloadCountryCodes
;
31 - (void)setDelegate
:(id
)fp8
;
33 - (void)_didEndPickingAndConfirmed
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
34 - (void)tableRowSelected
:(id
)fp8
;
35 - (int)numberOfRowsInTable
:(id
)fp8
;
36 - (id
)table
:(id
)fp8 cellForRow
:(int)fp12 column
:(id
)fp16 reusing
:(id
)fp20
;
37 - (int)numberOfSectionsInSectionList
:(id
)fp8
;
38 - (id
)sectionList
:(id
)fp8 titleForSection
:(int)fp12
;
39 - (int)sectionList
:(id
)fp8 rowForSection
:(int)fp12
;
40 - (void)back
:(BOOL
)fp8 save
:(BOOL
)fp12
;