#
Junjie
2023-08-09 b44380d1091b49cef5620c26c18dd6411c55fc2a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}