mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 08:15:26 +02:00
10 lines
235 B
Kotlin
10 lines
235 B
Kotlin
package com.sadellie.unitto.data
|
|
|
|
const val MAIN_SCREEN = "MainScreen"
|
|
|
|
const val SECOND_SCREEN = "SecondScreen"
|
|
const val LEFT_BUTTON = "LeftButton"
|
|
|
|
const val SETTINGS_SCREEN = "SettingsScreen"
|
|
const val ABOUT_SCREEN = "AboutScreen"
|