#
whycq
2023-03-23 5659a9ea7319179237f50fd3ba569b223311a43f
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}