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