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