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