- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
27 lines
572 B
Java
27 lines
572 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzln {
|
|
public static final zzln zza = new zzln(0, false);
|
|
public final int zzb = 0;
|
|
|
|
public zzln(int i, boolean z) {
|
|
}
|
|
|
|
public final boolean equals(@Nullable Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || zzln.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
return true;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return 0;
|
|
}
|
|
}
|