Skip to content

Commit 9329fde

Browse files
Update UiState.kt
1 parent 5edbc92 commit 9329fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package com.example.speedtest
22

3-
//states model
3+
//states model
44
class UiState(
55
val speed: String = "",
66
val ping: String = "-",
77
val maxSpeed: String = "-",
88
val arcValue: Float = 0f,
99
val inProgress: Boolean = false
10-
)
10+
)

0 commit comments

Comments
 (0)