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