#
whycq
2024-06-27 1021e16885b1a7691b134af49c138b1a06f2d206
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}