#
Junjie
2023-09-28 3909c3583e8fc2057715ca20ac16b14072f32b14
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}