luxlabs header browser preview


@class UIViewController, NSSet, NSString, WFAlertPresentationSource;

@interface WFContactPickerCoordinator : NSObject <CNContactPickerDelegate, CNContactViewControllerDelegate, UIPopoverPresentationControllerDelegate>

@property (copy, nonatomic) id /* block */ completionHandler;
@property (copy, nonatomic) NSSet *supportedPersonProperties;
@property (retain, nonatomic) WFAlertPresentationSource *presentationSource;
@property (weak, nonatomic) UIViewController *presentingViewController;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (BOOL)contactViewController:(id)a0 shouldPerformDefaultActionForContactProperty:(id)a1;
- (void)presentationControllerDidDismiss:(id)a0;
- (void).cxx_destruct;
- (long long)adaptivePresentationStyleForPresentationController:(id)a0 traitCollection:(id)a1;
- (void)contactPicker:(id)a0 didSelectContact:(id)a1;
- (void)contactPicker:(id)a0 didSelectContactProperty:(id)a1;
- (void)contactPickerDidCancel:(id)a0;
- (id)supportedContactProperties;
- (id)contactWithMatchingPropertyAndMultivalueIndex:(id)a0;
- (void)dismissPersonViewController;
- (void)finishWithContact:(id)a0;
- (void)presentContactPickerWithCompletionHandler:(id /* block */)a0;
- (void)presentHandlePickerForContact:(id)a0 completionHandler:(id /* block */)a1;
- (void)presentViewController:(id)a0 completionHandler:(id /* block */)a1;

@end