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