package com.ea.nimble; /* loaded from: classes2.dex */ public interface WebViewCallback { void callback(String str, Runnable runnable); }