#
whycq
2023-02-21 05040b339449793826205413e0dc0b0eec83fd79
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}