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