8 lines
244 B
Java
8 lines
244 B
Java
|
package com.kofax.mobile.sdk._internal.extraction;
|
||
|
|
||
|
import com.kofax.mobile.sdk.capture.extraction.ExceptionResponse;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface IExceptionResponseDeserializer extends IDeserializer<ExceptionResponse> {
|
||
|
}
|