You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
107 B
Kotlin
4 lines
107 B
Kotlin
3 years ago
|
package com.common.commonlib.bean
|
||
|
|
||
|
data class GridPicBean(val imagePath:String, val isConverting: Boolean)
|