#
zjj
2024-04-11 0b28ddaadc5cec9fda12138bc7be5f2dbf6692c7
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}