lmw
2024-07-18 252736e890fd50550ab9dec218159356e2a953c1
1
2
3
4
5
package com.dollearn.student.utils.interfaces
 
interface StringCallback2 {
    fun onResult(rst:String,type:Int,pos:Int)
}