what-the-bank/sources/com/kofax/mobile/sdk/capture/check/ICheckExtractionServer.java

9 lines
278 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.capture.check;
import com.kofax.mobile.sdk._internal.extraction.IExtractionServer;
/* loaded from: classes3.dex */
public interface ICheckExtractionServer extends IExtractionServer {
void setCheckParameters(CheckParameters checkParameters);
}