11 lines
266 B
Java
11 lines
266 B
Java
|
package com.google.android.gms.auth;
|
||
|
|
||
|
import android.os.IBinder;
|
||
|
import android.os.RemoteException;
|
||
|
import java.io.IOException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
interface zzj<T> {
|
||
|
T zzb(IBinder iBinder) throws RemoteException, IOException, GoogleAuthException;
|
||
|
}
|