pang.jiabao
2024-07-08 ec644df370356afa144f4df6da6e5de3d5a58909
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}