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