discord-jadx/app/src/main/java/i0/e0/b/h.java

16 lines
554 B
Java

package i0.e0.b;
import java.io.IOException;
import okhttp3.ResponseBody;
/* compiled from: ScalarResponseBodyConverters */
public final class h implements i0.h<ResponseBody, Long> {
public static final h a = new h();
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // i0.h
public Long convert(ResponseBody responseBody) throws IOException {
return Long.valueOf(responseBody.d());
}
}