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