admin
2020-07-10 5c4f2093beba360b53aba711108d8d407a93c585
1
2
3
4
5
6
7
8
9
package com.yeshi.ec.rebate.myapplication.Interface;
 
/**
 * 自定义网页接口
 * 回调是在线程中执行
 */
public interface WebInterface {
    void setShare();
}