9 lines
183 B
Java
9 lines
183 B
Java
|
package com.kofax.mobile.sdk._internal.impl;
|
||
|
|
||
|
import android.graphics.Bitmap;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface IBase64ImageDecoder {
|
||
|
Bitmap decode(String str);
|
||
|
}
|