#
tqs
2023-01-29 b48b565791673171bd5077092911cc3cc6db7a38
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}