#
18516761980
2020-09-21 a849cf9cf800cc9a56296ea6eb76d4bed59c9958
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}