00001
00002
00003
00004
00005
00006
00007 #import "UIView.h"
00008
00009 @class ABUIController;
00010
00011 @interface ABPeoplePicker : UIView
00012 {
00013 ABUIController *_uiController;
00014 id _delegate;
00015 }
00016
00017 + (int)sortOrdering;
00018 + (struct __CFArray *)copyDefaultDisplayedProperties;
00019 + (id)genericPersonImage;
00020 + (void)preload;
00021 - (id)initWithFrame:(struct CGRect)fp8;
00022 - (id)initAsAddressBookWithFrame:(struct CGRect)fp8;
00023 - (void)dealloc;
00024 - (void)setDelegate:(id)fp8;
00025 - (id)delegate;
00026 - (void)setValue:(id)fp8;
00027 - (void)setBehavior:(int)fp8;
00028 - (void)restoreDefaultState;
00029 - (void)resume;
00030 - (void)suspend;
00031 - (BOOL)saveState;
00032 - (void)setDisplayedProperties:(struct __CFArray *)fp8;
00033 - (struct __CFArray *)displayedProperties;
00034 - (void)setPrompt:(id)fp8;
00035 - (void)setRightButtonTitle:(id)fp8;
00036 - (void)setDisplayedPerson:(struct CPRecord *)fp8;
00037 - (struct CPRecord *)displayedPerson;
00038 - (BOOL)isDisplayingPerson;
00039 - (struct CPRecord *)displayedGroup;
00040 - (void)scrollPersonToView:(struct CPRecord *)fp8;
00041 - (void)displayScrollerIndicators;
00042 - (void)setBannerTitle:(id)fp8 value:(id)fp12;
00043 - (id)uiController;
00044 - (void)setAllowsCancel:(BOOL)fp8;
00045 - (BOOL)allowsCancel;
00046 - (void)setAllowsOtherValue:(BOOL)fp8;
00047 - (BOOL)allowsOtherValue;
00048 - (void)setAllowsCardEditing:(BOOL)fp8;
00049 - (BOOL)allowsCardEditing;
00050 - (void)setAllowsOtherValue:(int)fp8 cancel:(int)fp12 editing:(int)fp16;
00051 - (void)setAllowsActions:(BOOL)fp8;
00052 - (BOOL)performDefaultActionForPerson:(struct CPRecord *)fp8 property:(int)fp12 identifier:(int)fp16;
00053 - (id)itemViewForPerson:(struct CPRecord *)fp8 property:(int)fp12 identifier:(int)fp16;
00054 - (id)memberCellForSelectedPerson;
00055
00056 @end
00057