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

17 lines
268 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.extract.id.bundle;
import java.io.File;
/* loaded from: classes3.dex */
public interface IBundleFile {
String getAbsolutePath();
File getFile();
void getFile(File file);
String getName();
boolean isDirectory();
}