13 lines
197 B
Java
13 lines
197 B
Java
|
package com.kofax.mobile.sdk._internal.view;
|
||
|
|
||
|
import android.view.View;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface k {
|
||
|
View getView();
|
||
|
|
||
|
void hideProgressBar();
|
||
|
|
||
|
void r(int i);
|
||
|
}
|