10 lines
248 B
Java
10 lines
248 B
Java
|
package com.google.android.gms.internal.gtm;
|
||
|
|
||
|
import android.os.IInterface;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface zzeo extends IInterface {
|
||
|
void zza(boolean z, String str) throws RemoteException;
|
||
|
}
|