#
luxiaotao1123
2023-02-17 f4c155cd69fd0048bb0b1a06b578eb050aedd25b
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}