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