7 lines
76 B
Kotlin
7 lines
76 B
Kotlin
package com.dowstats
|
|
|
|
object Metadata {
|
|
|
|
const val USER_ROLE = "USER"
|
|
|
|
} |