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