#
zjj
2024-02-27 0878726a63970fe2a9b11c867a7ac78cf161b445
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}