what-the-bank/sources/com/facetec/sdk/kb.java

23 lines
329 B
Java

package com.facetec.sdk;
import java.io.IOException;
/* loaded from: classes.dex */
public interface kb {
/* loaded from: classes.dex */
public interface c {
int a();
ke b();
int c();
kh c(ke keVar) throws IOException;
int e();
}
kh a(c cVar) throws IOException;
}