@protocol HKHealthPrivacyServiceRemoteObjectPickerViewController, HKHealthPrivacyHostObjectPickerViewControllerDelegate; @interface HKHealthPrivacyHostObjectPickerViewController : _UIRemoteViewController @property (readonly, nonatomic) id _healthPrivacyServiceViewControllerProxy; @property (weak, nonatomic) id delegate; + (id)exportedInterface; + (id)serviceViewControllerInterface; + (BOOL)shouldPropagateAppearanceCustomizations; + (id)requestRemoteViewControllerWithConnectionHandler:(id /* block */)a0; - (void)didFinishWithError:(id)a0; - (void)viewServiceDidTerminateWithError:(id)a0; - (void).cxx_destruct; - (void)setPromptSession:(id)a0; @end