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