#
whycq
2022-08-02 c9b838e1c9ec8a74a78b533f8310256cf15ddf9e
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}