14 lines
299 B
Java
14 lines
299 B
Java
package com.kofax.mobile.sdk._internal.view;
|
|
|
|
import android.view.View;
|
|
import com.kofax.kmc.kui.uicontrols.ImageCapturedEvent;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface d {
|
|
void clear();
|
|
|
|
void displayImageCapturedEvent(ImageCapturedEvent imageCapturedEvent);
|
|
|
|
View getView();
|
|
}
|