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