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