package o;
/* loaded from: classes3.dex */
public interface uoc {
String a();
void a(String str);
String b();
void b(String str);
void d();
}