what-the-bank/sources/com/kofax/mobile/sdk/capture/bill/RttiBillExtractor.java

14 lines
426 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.capture.bill;
import com.kofax.mobile.sdk._internal.IImageToByteArray;
import com.kofax.mobile.sdk._internal.impl.extraction.rtti.RttiExtractor;
import o.InterfaceC13391fZD;
/* loaded from: classes3.dex */
public class RttiBillExtractor extends RttiExtractor {
@InterfaceC13391fZD
public RttiBillExtractor(IImageToByteArray iImageToByteArray) {
super(iImageToByteArray);
}
}