yxFwq
2024-08-07 39060333ba395b8be8920f7382bf4c0e07847603
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}