@class NSString; @interface HDEntitlementStoreServer : HDStandardTaskServer @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)requiredEntitlements; + (id)taskIdentifier; - (id)exportedInterface; - (id)remoteInterface; - (void)remote_fetchContainerAppExtensionEntitlementsWithCompletion:(id /* block */)a0; @end