whycq
2022-05-23 50ffa64f877246c13e8abd824719b4a047e9fe0c
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}