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