using TINK.Model.Device;

[assembly: Xamarin.Forms.Dependency(typeof(TINK.iOS.Device.Gps))]
namespace TINK.iOS.Device
{
    public class Gps : IGeolodationDependent
    {
        public bool IsGeolcationEnabled => true;
    }
}