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