- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
29 lines
627 B
Java
29 lines
627 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzhfe {
|
|
private final List zza;
|
|
private final List zzb;
|
|
|
|
public /* synthetic */ zzhfe(int i, int i2, zzhfd zzhfdVar) {
|
|
this.zza = zzheo.zzc(i);
|
|
this.zzb = zzheo.zzc(i2);
|
|
}
|
|
|
|
public final zzhfe zza(zzhfa zzhfaVar) {
|
|
this.zzb.add(zzhfaVar);
|
|
return this;
|
|
}
|
|
|
|
public final zzhfe zzb(zzhfa zzhfaVar) {
|
|
this.zza.add(zzhfaVar);
|
|
return this;
|
|
}
|
|
|
|
public final zzhff zzc() {
|
|
return new zzhff(this.zza, this.zzb, null);
|
|
}
|
|
}
|