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

8 lines
117 B
C#
Raw Normal View History

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