mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2025-12-10 05:29:37 +05:00
7 lines
107 B
Kotlin
7 lines
107 B
Kotlin
package com.cherret.zaprett.data
|
|
|
|
enum class ServiceStatus {
|
|
Disconnected,
|
|
Connected,
|
|
Failed,
|
|
} |