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