mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-13 21:29:57 -04:00
8 lines
100 B
C#
8 lines
100 B
C#
namespace SharpCifs.Util.Sharpen
|
|
{
|
|
public interface IRunnable
|
|
{
|
|
void Run();
|
|
}
|
|
}
|