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