37 lines
599 B
Java
37 lines
599 B
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.dac, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public interface InterfaceC8955dac extends InterfaceC6638cYp {
|
||
|
|
||
|
/* renamed from: o.dac$LWm */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public interface LWm {
|
||
|
void a();
|
||
|
}
|
||
|
|
||
|
void a();
|
||
|
|
||
|
void b();
|
||
|
|
||
|
void b(String str);
|
||
|
|
||
|
void c();
|
||
|
|
||
|
void c(String str);
|
||
|
|
||
|
void c(String str, String str2, String str3, String str4);
|
||
|
|
||
|
void d();
|
||
|
|
||
|
void d(String str);
|
||
|
|
||
|
void d(List<C0566Jp> list);
|
||
|
|
||
|
void e();
|
||
|
|
||
|
void e(String str, LWm lWm);
|
||
|
}
|