5 lines
No EOL
73 B
Kotlin
5 lines
No EOL
73 B
Kotlin
package com.tangem.ui.event
|
|
|
|
class ReadWait {
|
|
var msec: Int? = null
|
|
} |