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