pang.jiabao
2024-12-06 78025c00b9515d151c21fb06f21918dc1c98a6a9
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}