admin
2021-10-16 988a99f8f8f8e1e123efd29e108dcd0240ad8a33
1
2
3
4
5
6
package com.weikou.beibeivideo.util.x5;
 
public interface WebViewJavaScriptFunction {
 
    void onJsFunctionCalled(String tag);
}