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