package com.pandaq.pandaeye.utils.x5webview; /** * Created by PandaQ on 2017/3/22. * JS 接口方法定义 */ public interface JavaSciptFunction { void onJsFunctionCalled(String action); }