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