sharee.bike-App/TINKLib/Model/Device/IGeolodationDependent.cs

8 lines
132 B
C#
Raw Normal View History

2021-05-13 20:03:07 +02:00
namespace TINK.Model.Device
{
public interface IGeolodationDependent
{
bool IsGeolcationEnabled { get; }
}
}