23 lines
634 B
Java
23 lines
634 B
Java
|
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);
|
||
|
}
|
||
|
}
|