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