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