#
whycq
2024-04-12 f88b89899ce25798d33fe65326a9e2f1f30f9c8e
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}