18 lines
419 B
Java
18 lines
419 B
Java
|
package com.kofax.mobile.sdk.s;
|
||
|
|
||
|
import com.kofax.kmc.ken.engines.data.Image;
|
||
|
import com.kofax.kmc.kut.utilities.error.ErrorInfo;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class a {
|
||
|
public final ErrorInfo be;
|
||
|
public final String iC;
|
||
|
public final Image image;
|
||
|
|
||
|
public a(ErrorInfo errorInfo, Image image, String str) {
|
||
|
this.be = errorInfo;
|
||
|
this.image = image;
|
||
|
this.iC = str;
|
||
|
}
|
||
|
}
|