#
whycq
2024-11-25 b8e8508db3878a0f58fc4d1fe12bc24bfae02c70
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}