/headers/AddressBookUI/ABCountryCodePicker.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIView.h"
00008 
00009 @class NSArray, NSString, UISectionList;
00010 
00011 @interface ABCountryCodePicker : UIView
00012 {
00013     id _delegate;
00014     id _editedItem;
00015     NSString *_selectedCountryCode;
00016     UISectionList *_sectionList;
00017     NSArray *_sortedRegions;
00018     NSArray *_sortedRegionsIndices;
00019     NSArray *_sortedCountryInfos;
00020     unsigned int _manuallySettingRowSelection:1;
00021 }
00022 
00023 - (id)initWithFrame:(struct CGRect)fp8;
00024 - (void)dealloc;
00025 - (void)setEditedItem:(id)fp8;
00026 - (id)editedItem;
00027 - (void)_setSelectedCountryCode:(id)fp8;
00028 - (void)setSelectedCountryCode:(id)fp8;
00029 - (id)selectedCountryCode;
00030 - (void)reloadCountryCodes;
00031 - (void)setDelegate:(id)fp8;
00032 - (void)buildUI;
00033 - (void)_didEndPickingAndConfirmed:(BOOL)fp8 animate:(BOOL)fp12;
00034 - (void)tableRowSelected:(id)fp8;
00035 - (int)numberOfRowsInTable:(id)fp8;
00036 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20;
00037 - (int)numberOfSectionsInSectionList:(id)fp8;
00038 - (id)sectionList:(id)fp8 titleForSection:(int)fp12;
00039 - (int)sectionList:(id)fp8 rowForSection:(int)fp12;
00040 - (void)back:(BOOL)fp8 save:(BOOL)fp12;
00041 - (void)reload;
00042 
00043 @end
00044