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