mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2026-01-29 14:59:38 +05:00
7 lines
138 B
Kotlin
7 lines
138 B
Kotlin
package com.cherret.zaprett.data
|
|
|
|
data class StrategyCheckResult (
|
|
val path : String,
|
|
val progress : Float,
|
|
val status : Int
|
|
) |