#
yxFwq
2024-10-24 759f3ab3babc8955b8490e848be10205aa93f788
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}