luxlabs header browser preview


@interface _LSDDeviceIdentifierClient : _LSDClient <_LSDDeviceIdentifierProtocol>

- (id)initWithXPCConnection:(id)a0;
- (void)getClientProcessVendorNameBundleIdentifierAndRestrictedIDAccessWithType:(long long)a0 completionHandler:(id /* block */)a1;
- (void)getIdentifierOfType:(long long)a0 vendorName:(id)a1 bundleIdentifier:(id)a2 completionHandler:(id /* block */)a3;
- (void)clearIdentifiersForUninstallationWithVendorName:(id)a0 bundleIdentifier:(id)a1;
- (void)clearAllIdentifiersOfType:(long long)a0;
- (void)getIdentifierOfType:(long long)a0 completionHandler:(id /* block */)a1;
- (BOOL)hasEntitlementToClearAllIdentifiersOfType:(long long)a0;
- (BOOL)hasUninstallEntitlement;
- (BOOL)canAccessAdvertisingIdentifier;
- (unsigned int)findAppBundleForExecutableURL:(id)a0 withContext:(struct LSContext { id x0; } *)a1;
- (void)generateIdentifiersWithVendorName:(id)a0 bundleIdentifier:(id)a1;

@end