- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
345 B
Java
11 lines
345 B
Java
package androidx.webkit.internal;
|
|
|
|
import android.webkit.SafeBrowsingResponse;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract /* synthetic */ class WebkitToCompatConverter$$ExternalSyntheticApiModelOutline0 {
|
|
public static /* bridge */ /* synthetic */ SafeBrowsingResponse m(Object obj) {
|
|
return (SafeBrowsingResponse) obj;
|
|
}
|
|
}
|