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