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