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