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