21 lines
548 B
Java
21 lines
548 B
Java
|
package com.google.android.gms.internal.gtm;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
final class zznd implements Runnable {
|
||
|
private final String zzatf;
|
||
|
private final zzmz zzath;
|
||
|
private final byte[] zzatj;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zznd(zzmz zzmzVar, String str, byte[] bArr) {
|
||
|
this.zzath = zzmzVar;
|
||
|
this.zzatf = str;
|
||
|
this.zzatj = bArr;
|
||
|
}
|
||
|
|
||
|
@Override // java.lang.Runnable
|
||
|
public final void run() {
|
||
|
this.zzath.zzb(this.zzatf, this.zzatj);
|
||
|
}
|
||
|
}
|