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