#
yxFwq
2024-07-10 8bec7ee843170eb04f0da49ffc8c5c5d889a87fd
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}