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

23 lines
329 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}