6 lines
110 B
Kotlin
6 lines
110 B
Kotlin
package net.halfbinary.scavengerhuntapi.model
|
|
|
|
enum class ImageVersion {
|
|
ORIGINAL, LARGE, MEDIUM, SMALL
|
|
}
|