#
whycq
2022-12-03 aa3d08ed6cea76bd1dfbb8c4d919b33538544977
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}