YCQ
whycq
2021-12-28 b1cd190ceff25166c82ec2e6b42287a0c442c958
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}