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