21 lines
563 B
Java
21 lines
563 B
Java
|
package com.google.android.gms.internal.ads_identifier;
|
||
|
|
||
|
import android.os.Binder;
|
||
|
import android.os.IBinder;
|
||
|
import android.os.IInterface;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public class zzb extends Binder implements IInterface {
|
||
|
@Override // android.os.Binder
|
||
|
public final boolean onTransact(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
@Override // android.os.IInterface
|
||
|
public final IBinder asBinder() {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|