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