#
野心家
2023-03-10 80335b0e3d4c83c583efdfa6d384ac19b4d29cd6
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}