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