init commit

This commit is contained in:
2023-10-16 16:40:14 +03:00
commit 4dad863370
596 changed files with 52907 additions and 0 deletions
@@ -0,0 +1,18 @@
/*
* Decompiled with CFR 0.152.
*/
package com.ea.nimble;
import com.ea.nimble.IHttpResponse;
import java.util.Map;
public interface ISynergyResponse {
public Exception getError();
public IHttpResponse getHttpResponse();
public Map<String, Object> getJsonData();
public boolean isCompleted();
}