mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-12-04 04:42:29 -05:00
9 lines
128 B
C#
9 lines
128 B
C#
using Ryujinx.Horizon.Sdk.Sf;
|
|
|
|
namespace Ryujinx.Horizon.Sdk.Ovln
|
|
{
|
|
interface ISenderService : IServiceObject
|
|
{
|
|
}
|
|
}
|