#
luxiaotao1123
3 天以前 4790be9d288a84a38b10e143c8433b7becc62404
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}