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