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