mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 06:41:45 +02:00
7 lines
89 B
C#
7 lines
89 B
C#
namespace SharpCifs.Util.Sharpen
|
|
{
|
|
public interface IRunnable
|
|
{
|
|
void Run ();
|
|
}
|
|
}
|