#
Junjie
2024-06-15 0f2120828ae530059768f352a292604acb38d605
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}