pang.jiabao
2024-09-09 b2aae85692fb9595d1316936e0b4dee6fae2ab95
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}