package com.google.android.gms.internal.p000authapi; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; /* loaded from: classes.dex */ public class zzc implements IInterface { private final IBinder zzc; private final String zzd; protected zzc(IBinder iBinder, String str) { this.zzc = iBinder; this.zzd = str; } @Override // android.os.IInterface public IBinder asBinder() { return this.zzc; } protected final Parcel obtainAndWriteInterfaceToken() { Parcel obtain = Parcel.obtain(); obtain.writeInterfaceToken(this.zzd); return obtain; } protected final void transactAndReadExceptionReturnVoid(int i10, Parcel parcel) { Parcel obtain = Parcel.obtain(); try { this.zzc.transact(i10, parcel, obtain, 0); obtain.readException(); } finally { parcel.recycle(); obtain.recycle(); } } }