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