diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/kotlin/net/mullvad/mullvadvpn/model/GeoIpLocation.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/model/GeoIpLocation.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/model/GeoIpLocation.kt new file mode 100644 index 0000000000..ed7ccb7e66 --- /dev/null +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/model/GeoIpLocation.kt @@ -0,0 +1,3 @@ +package net.mullvad.mullvadvpn.model + +data class GeoIpLocation(val country: String, val city: String?, val hostname: String?) |
