#
whycq
2023-03-15 2e349ca66e08c56c29f3b9b2015c76bc66357ac0
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}