- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
13 lines
216 B
Java
13 lines
216 B
Java
package com.fyber.inneractive.sdk.web;
|
|
|
|
import android.webkit.WebView;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface g {
|
|
void a(WebView webView);
|
|
|
|
boolean a(WebView webView, String str);
|
|
|
|
void b();
|
|
}
|