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