罗明文
2024-06-19 481723ce3c05d74fec53b8567b9c79d77bdcc155
1
2
3
4
5
package com.dollearn.student.utils.interfaces
 
interface StringCallback2 {
    fun onResult(rst:String,type:Int,pos:Int)
}