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