Удаление лишних комментариев /* loaded from: classes.dex */
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.ea.eadp.deviceid;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
|
||||
public interface DeviceIdService {
|
||||
String getDeviceId();
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ package com.ea.eadp.http.models;
|
||||
|
||||
import java.net.URL;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
|
||||
public interface HttpRequest {
|
||||
HttpResponse delete();
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.ea.eadp.http.models;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
|
||||
public interface HttpRequestListener {
|
||||
void onComplete(HttpResponse httpResponse);
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ package com.ea.eadp.http.models;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
|
||||
public interface HttpResponse {
|
||||
String getBody();
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import com.ea.eadp.http.models.HttpRequest;
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
|
||||
public interface HttpService {
|
||||
HttpRequest getResource(String str) throws MalformedURLException, IOException;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package com.ea.eadp.pushnotification.listeners;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
|
||||
public interface IPushListener {
|
||||
void onConnectionError(int i, String str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user