#
tqs
2022-12-20 9f4fe260d90a20c0f2b4285d9bdd646819de280c
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}