mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-02-24 22:25:22 +00:00
8 lines
148 B
Java
8 lines
148 B
Java
package cn.qaiu.parser;//package cn.qaiu.lz.common.parser;
|
|
|
|
import io.vertx.core.Future;
|
|
|
|
public interface IPanTool {
|
|
Future<String> parse();
|
|
}
|