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