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