Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
18
apk_decompiled/sources/e/AbstractC0311a.java
Normal file
18
apk_decompiled/sources/e/AbstractC0311a.java
Normal file
@@ -0,0 +1,18 @@
|
||||
package e;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* renamed from: e.a, reason: case insensitive filesystem */
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class AbstractC0311a {
|
||||
public abstract Intent a(Context context, Object obj);
|
||||
|
||||
public A.a b(Context context, Object obj) {
|
||||
Intrinsics.checkNotNullParameter(context, "context");
|
||||
return null;
|
||||
}
|
||||
|
||||
public abstract Object c(int i, Intent intent);
|
||||
}
|
||||
Reference in New Issue
Block a user