lmw
2024-06-17 577de0d045d128a1c2658bb21dbaf36016380140
1
2
3
4
5
package com.dollearn.student.utils.interfaces
 
interface StringCallback2 {
    fun onResult(rst:String,type:Int,pos:Int)
}