]> git.saurik.com Git - iphone-api.git/blobdiff - AddressBookUI/ABPeoplePicker.h
Adding numerous class dumps.
[iphone-api.git] / AddressBookUI / ABPeoplePicker.h
diff --git a/AddressBookUI/ABPeoplePicker.h b/AddressBookUI/ABPeoplePicker.h
new file mode 100644 (file)
index 0000000..189ec21
--- /dev/null
@@ -0,0 +1,60 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIView.h"
+
+@class ABUIController;
+
+@interface ABPeoplePicker : UIView
+{
+    ABUIController *_uiController;
+    id _delegate;
+}
+
++ (unsigned int)sortOrdering;
++ (struct __CFArray *)copyDefaultDisplayedProperties;
++ (id)genericPersonImage;
++ (void)preload;
+- (id)initWithFrame:(struct CGRect)fp8 addressBook:(void *)fp24;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initAsAddressBookWithFrame:(struct CGRect)fp8 addressBook:(void *)fp24;
+- (id)initAsAddressBookWithFrame:(struct CGRect)fp8;
+- (void)dealloc;
+- (void)setDelegate:(id)fp8;
+- (id)delegate;
+- (void)setValue:(id)fp8;
+- (void)setBehavior:(int)fp8;
+- (void)restoreDefaultState;
+- (void)resume;
+- (void)suspend;
+- (BOOL)saveState;
+- (void)setDisplayedProperties:(struct __CFArray *)fp8;
+- (struct __CFArray *)displayedProperties;
+- (void)setPrompt:(id)fp8;
+- (void)setRightButtonTitle:(id)fp8;
+- (void)setDisplayedPerson:(void *)fp8;
+- (void *)displayedPerson;
+- (BOOL)isDisplayingPerson;
+- (BOOL)isDisplayingMembers;
+- (void *)displayedGroup;
+- (void)scrollPersonToView:(void *)fp8;
+- (void)displayScrollerIndicators;
+- (void)setBannerTitle:(id)fp8 value:(id)fp12;
+- (id)uiController;
+- (void)setAllowsCancel:(BOOL)fp8;
+- (BOOL)allowsCancel;
+- (void)setAllowsOtherValue:(BOOL)fp8;
+- (BOOL)allowsOtherValue;
+- (void)setAllowsCardEditing:(BOOL)fp8;
+- (BOOL)allowsCardEditing;
+- (void)setAllowsOtherValue:(int)fp8 cancel:(int)fp12 editing:(int)fp16;
+- (void)setAllowsActions:(BOOL)fp8;
+- (BOOL)performDefaultActionForPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16;
+- (id)itemViewForPerson:(void *)fp8 property:(int)fp12 identifier:(int)fp16;
+- (id)memberCellForSelectedPerson;
+
+@end
+