10 lines
269 B
Java
10 lines
269 B
Java
|
package com.kofax.mobile.sdk.o;
|
||
|
|
||
|
import com.kofax.android.abc.machine_vision.DocumentTracker;
|
||
|
import com.kofax.mobile.sdk._internal.impl.detection.Frame;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface f extends Frame {
|
||
|
void a(DocumentTracker documentTracker);
|
||
|
}
|