luxiaotao1123
2021-10-14 bcb0340dfc4f5759f63b8d387a0b0c9656eafe7f
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}