mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
14 lines
250 B
Java
14 lines
250 B
Java
package com.tencent.mobileqq.qipc;
|
|
|
|
import epic.EIPCClient;
|
|
|
|
public class QIPCClientHelper {
|
|
public static synchronized QIPCClientHelper getInstance() {
|
|
return null;
|
|
}
|
|
|
|
public EIPCClient getClient() {
|
|
return null;
|
|
}
|
|
}
|