#
tqs
2022-12-06 f7584f6dfb88f4d66f381eb1404b7eaab5ac014a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}