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