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