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