@interface NRRegistryProxy : NRXPCProxy + (id)entitlements; + (id)clientRemoteObjectInterface; + (id)serverExportedInterface; + (id)machServiceName; + (BOOL)requireAnEntitlement; - (void)logCaller:(SEL)a0 args:(id)a1; - (void)xpcSwitchIndex:(id /* block */)a0; - (BOOL)_hasInternalEntitlement; - (BOOL)loudHasEntitlement:(id)a0; - (id)registryDelegate; - (void)xpcApplyDiff:(id)a0 withSecureProperties:(id)a1 block:(id /* block */)a2; - (void)xpcClientInfo:(id /* block */)a0; - (void)xpcDeviceIDAtSwitchIndex:(unsigned int)a0 withBlock:(id /* block */)a1; - (void)xpcGetChangeHistoryWithBlock:(id /* block */)a0; - (void)xpcGetDeviceCollectionWithBlock:(id /* block */)a0; - (void)xpcGetDiffSinceTokenValue:(unsigned long long)a0 getSecureProperties:(BOOL)a1 withBlock:(id /* block */)a2; - (void)xpcRetrieveSecureProperties:(id)a0 block:(id /* block */)a1; - (void)xpcSetMigrationConsented:(BOOL)a0 forDeviceID:(id)a1 withBlock:(id /* block */)a2; @end