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