lmw
2023-06-13 a141213b3234d2d83ffb6a5d2d42ede0e722d949
1
2
3
4
5
package com.kuanzhai.user.interfaces
 
interface ChoiceCallback{
    fun onRlt(position:Int,rlt: String)
}