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