#
whycq
2023-03-16 a566bdd94c21b60f57a0669fc923ffb9e16f0f4d
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}