- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
564 B
Java
16 lines
564 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.IBinder;
|
|
import android.os.IInterface;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzbtg extends zzayb implements zzbth {
|
|
public static zzbth zzb(IBinder iBinder) {
|
|
if (iBinder == null) {
|
|
return null;
|
|
}
|
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.ads.internal.overlay.client.IAdOverlayCreator");
|
|
return queryLocalInterface instanceof zzbth ? (zzbth) queryLocalInterface : new zzbtf(iBinder);
|
|
}
|
|
}
|