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