#
TQS
2024-08-19 d2b19008230941c105b57b8f7b49b291560f2cfb
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}