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