what-the-bank/sources/com/kofax/mobile/sdk/extract/id/IProjectProvider.java

15 lines
495 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.extract.id;
import java.io.File;
/* loaded from: classes.dex */
public interface IProjectProvider {
void getHighestVersion(String str, String str2, ICompletionListener<String> iCompletionListener);
String getLatestCachedModelDataBuildInfo(String str);
void getProject(String str, String str2, ICompletionListener<File> iCompletionListener);
void getVariant(String str, String str2, String str3, ICompletionListener<File> iCompletionListener);
}