13 lines
366 B
Java
13 lines
366 B
Java
|
package com.google.android.gms.internal.auth;
|
||
|
|
||
|
import android.os.IInterface;
|
||
|
import android.os.RemoteException;
|
||
|
import com.google.android.gms.auth.api.proxy.ProxyResponse;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface zzal extends IInterface {
|
||
|
void zza(ProxyResponse proxyResponse) throws RemoteException;
|
||
|
|
||
|
void zzb(String str) throws RemoteException;
|
||
|
}
|