#
pang.jiabao
2024-06-05 1397bd0ceb93586a7ae140c75c70510c0d535f02
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}