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