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