#
luxiaotao1123
2020-08-24 0bc2791302e9af5955dfb6bd4d2bc6e870e6218d
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}