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