package safeluck.drive.evaluation.im;
|
|
import com.anyun.im_lib.interf.IMSClientInteface;
|
import com.anyun.im_lib.netty.NettyTcpClient;
|
|
/**
|
* MyApplication2
|
* Created by lzw on 2019/12/2. 13:13:44
|
* 邮箱:632393724@qq.com
|
* All Rights Saved! Chongqing AnYun Tech co. LTD
|
*/
|
public class IMSClientFactory {
|
public static IMSClientInteface getIMSClient() {
|
return NettyTcpClient.getInstance();
|
}
|
}
|