#
Junjie
2025-04-26 544f7c2314a46cd39d55fdce2dc0247499905b1d
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}