package com.tejia.lijin.app.Interface; /** * 自定义网页接口 * 回调是在线程中执行 */ public interface WebInterface { void setShare(); }