mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-02 10:37:20 -05:00
8 lines
89 B
C#
8 lines
89 B
C#
namespace SharpCifs.Util.Sharpen
|
|
{
|
|
public interface IRunnable
|
|
{
|
|
void Run ();
|
|
}
|
|
}
|