mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
5 lines
118 B
Kotlin
5 lines
118 B
Kotlin
|
|
package com.cappielloantonio.play.util
|
||
|
|
|
||
|
|
object Constants {
|
||
|
|
const val SHARED_PREF_KEY = "play-shared-preferences"
|
||
|
|
}
|