- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
30 lines
681 B
Java
30 lines
681 B
Java
package com.tapjoy.internal;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class p0 extends u0 {
|
|
public p0() {
|
|
super(3);
|
|
}
|
|
|
|
@Override // com.tapjoy.internal.u0
|
|
public final Object a(v0 v0Var) {
|
|
return new m(v0Var.a.a(v0Var.a()));
|
|
}
|
|
|
|
@Override // com.tapjoy.internal.u0
|
|
public final void a(w0 w0Var, Object obj) {
|
|
m mVar = (m) obj;
|
|
l lVar = w0Var.a;
|
|
if (mVar != null) {
|
|
mVar.a(lVar);
|
|
return;
|
|
}
|
|
throw new IllegalArgumentException("byteString == null");
|
|
}
|
|
|
|
@Override // com.tapjoy.internal.u0
|
|
public final int a(Object obj) {
|
|
return ((m) obj).b();
|
|
}
|
|
}
|