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