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