sharee.bike-App/TINKLib/Model/Device/IGeolodationDependent.cs
2021-05-13 20:03:07 +02:00

8 lines
132 B
C#

namespace TINK.Model.Device
{
public interface IGeolodationDependent
{
bool IsGeolcationEnabled { get; }
}
}