what-the-bank/sources/com/google/android/gms/internal/gtm/zznc.java

23 lines
634 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.gtm;
/* loaded from: classes.dex */
final class zznc implements Runnable {
private final String zzatf;
private final zzmn zzatg;
private final zzmz zzath;
private final String zzati;
/* JADX INFO: Access modifiers changed from: package-private */
public zznc(zzmz zzmzVar, String str, String str2, zzmn zzmnVar) {
this.zzath = zzmzVar;
this.zzatf = str;
this.zzati = str2;
this.zzatg = zzmnVar;
}
@Override // java.lang.Runnable
public final void run() {
this.zzath.zzb(this.zzatf, this.zzati, this.zzatg);
}
}