5 lines
78 B
Kotlin
5 lines
78 B
Kotlin
package com.gh.common
|
|
|
|
object Base64ImageHolder {
|
|
var image: String = ""
|
|
} |