X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/AddressBookUI/ABPersonViewController.h diff --git a/AddressBookUI/ABPersonViewController.h b/AddressBookUI/ABPersonViewController.h new file mode 100644 index 0000000..052f75f --- /dev/null +++ b/AddressBookUI/ABPersonViewController.h @@ -0,0 +1,55 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import "UIViewController.h" + +@interface ABPersonViewController : UIViewController +{ + id _personViewDelegate; + BOOL _allowsActions; + BOOL _allowsDeletion; + BOOL _animatedRight; + struct __CFArray *_displayedProperties; + id _personView; + id _helper; +} + ++ (id)arrayByWrappingIntegersInCFArray:(struct __CFArray *)fp8; ++ (struct __CFArray *)createCFArrayByUnwrappingIntegersInArray:(id)fp8; +- (id)init; +- (void)dealloc; +- (BOOL)allowsEditing; +- (void)setAllowsEditing:(BOOL)fp8; +- (BOOL)allowsCancel; +- (void)setAllowsCancel:(BOOL)fp8; +- (id)personViewDelegate; +- (void)setPersonViewDelegate:(id)fp8; +- (void *)addressBook; +- (void)setAddressBook:(void *)fp8; +- (void *)displayedPerson; +- (void)setDisplayedPerson:(void *)fp8; +- (id)displayedProperties; +- (void)setDisplayedProperties:(id)fp8; +- (void)setDisplayedPropertiesAsIntegers:(struct __CFArray *)fp8; +- (void)setHighlightedItemForProperty:(int)fp8 withIdentifier:(int)fp12; +- (void)setHighlightedItemForProperty:(int)fp8 withIdentifier:(int)fp12 important:(BOOL)fp16; +- (id)model; +- (void)setModel:(id)fp8; +- (void)modelDatabaseChange:(id)fp8; +- (void)loadView; +- (void)viewWillAppear:(BOOL)fp8; +- (BOOL)canHandleSnapbackIdentifier:(id)fp8 animated:(BOOL)fp12; +- (void)setEditing:(BOOL)fp8 animated:(BOOL)fp12; +- (void)cardViewer:(id)fp8 selectedPerson:(void *)fp12 property:(int)fp16 identifier:(int)fp20; +- (void)cardViewer:(id)fp8 presentActionsSheet:(id)fp12; +- (void)cardViewer:(id)fp8 dismissActionsSheet:(id)fp12; +- (BOOL)allowsActions; +- (void)setAllowsActions:(BOOL)fp8; +- (BOOL)allowsDeletion; +- (void)setAllowsDeletion:(BOOL)fp8; + +@end +