13 lines
257 B
Java
13 lines
257 B
Java
|
package com.kofax.mobile.sdk._internal.extraction;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class h {
|
||
|
public final int code;
|
||
|
public final String response;
|
||
|
|
||
|
public h(int i, String str) {
|
||
|
this.code = i;
|
||
|
this.response = str;
|
||
|
}
|
||
|
}
|