]>
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 "UIView.h" | |
8 | ||
9 | @class NSArray, NSString, UISectionList; | |
10 | ||
11 | @interface ABCountryCodePicker : UIView | |
12 | { | |
13 | id _delegate; | |
14 | id _editedItem; | |
15 | NSString *_selectedCountryCode; | |
16 | UISectionList *_sectionList; | |
17 | NSArray *_sortedRegions; | |
18 | NSArray *_sortedRegionsIndices; | |
19 | NSArray *_sortedCountryInfos; | |
20 | unsigned int _manuallySettingRowSelection:1; | |
21 | } | |
22 | ||
23 | - (id)initWithFrame:(struct CGRect)fp8; | |
24 | - (void)dealloc; | |
25 | - (void)setEditedItem:(id)fp8; | |
26 | - (id)editedItem; | |
27 | - (void)_setSelectedCountryCode:(id)fp8; | |
28 | - (void)setSelectedCountryCode:(id)fp8; | |
29 | - (id)selectedCountryCode; | |
30 | - (void)reloadCountryCodes; | |
31 | - (void)setDelegate:(id)fp8; | |
32 | - (void)buildUI; | |
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; | |
41 | - (void)reload; | |
42 | ||
43 | @end | |
44 |