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