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