Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
18
apk_decompiled/sources/B0/v.java
Normal file
18
apk_decompiled/sources/B0/v.java
Normal file
@@ -0,0 +1,18 @@
|
||||
package B0;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface v {
|
||||
void a(x xVar);
|
||||
|
||||
void b();
|
||||
|
||||
void c(x xVar);
|
||||
|
||||
void d();
|
||||
|
||||
void e(x xVar);
|
||||
|
||||
default void f(x xVar) {
|
||||
a(xVar);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user