namespace Ryujinx.HLE.HOS.Services.Ncm
{
    class IContentStorage : IpcService
    {
        public IContentStorage() { }
    }
}