namespace Ryujinx.HLE.HOS.Services.Bcat
{
    class IDeliveryCacheStorageService : IpcService
    {
        public IDeliveryCacheStorageService() { }
    }
}