@class PKXPCService; @interface PKTrustedDeviceEnrollmentInfoProvider : NSObject { PKXPCService *_remoteService; } - (id)_remoteObjectProxy; - (id)init; - (id)_remoteObjectProxyWithFailureHandler:(id /* block */)a0; - (void).cxx_destruct; - (id)_remoteObjectProxyWithErrorHandler:(id /* block */)a0; - (id)_existingRemoteObjectProxy; - (void)trustedDeviceEnrollmentInfoWithCompletion:(id /* block */)a0; - (void)trustedDeviceEnrollmentSignatureForDevice:(unsigned long long)a0 accountDSID:(id)a1 sessionData:(id)a2 completion:(id /* block */)a3; @end