mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
9 lines
158 B
C#
9 lines
158 B
C#
namespace NzbDrone.Common.EnvironmentInfo
|
|
{
|
|
|
|
public interface IOsVersionAdapter
|
|
{
|
|
bool Enabled { get; }
|
|
OsVersionModel Read();
|
|
}
|
|
} |