23 lines
752 B
Java
23 lines
752 B
Java
|
package com.google.android.gms.internal.p000authapi;
|
||
|
|
||
|
import com.google.android.gms.auth.api.credentials.Credential;
|
||
|
import com.google.android.gms.common.api.Status;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public class zzh extends zzu {
|
||
|
@Override // com.google.android.gms.internal.p000authapi.zzv
|
||
|
public void zzc(Status status, Credential credential) {
|
||
|
throw new UnsupportedOperationException();
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p000authapi.zzv
|
||
|
public void zzd(Status status) {
|
||
|
throw new UnsupportedOperationException();
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p000authapi.zzv
|
||
|
public final void zzc(Status status, String str) {
|
||
|
throw new UnsupportedOperationException();
|
||
|
}
|
||
|
}
|