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