mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 23:00:31 +05:30
7 lines
99 B
Kotlin
7 lines
99 B
Kotlin
package com.github.libretube.obj
|
|
|
|
data class Country(
|
|
val name: String,
|
|
val code: String
|
|
)
|