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