namespace Ryujinx.HLE.HOS.Services.Ins
{
[Service("ins:s")]
class ISenderManager : IpcService
public ISenderManager(ServiceCtx context) { }
}