5 lines
77 B
Kotlin
5 lines
77 B
Kotlin
|
|
package com.aiosman.riderpro
|
||
|
|
|
||
|
|
object AppState {
|
||
|
|
var UserId: Int? = null
|
||
|
|
}
|