#
zwl
2023-01-09 086a4bb9a6102c262cc16ff112eaacad240a928f
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}