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