whycq
2024-04-25 4730f1401024822fbdf5c020a54a2e6c8ab70b3a
1
2
3
4
5
6
7
8
9
package com.zy.core;
 
public interface ThreadHandler {
 
    boolean connect();
 
    void close();
 
}