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