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