|
@@ -3,9 +3,9 @@ package com.ethosa.ktk_app.modules;
|
|
|
import android.webkit.JavascriptInterface;
|
|
|
|
|
|
public class JS {
|
|
|
- private final APIInterface apiInterface;
|
|
|
+ private final Interface apiInterface;
|
|
|
|
|
|
- public JS(APIInterface apiInterface) {
|
|
|
+ public JS(Interface apiInterface) {
|
|
|
this.apiInterface = apiInterface;
|
|
|
}
|
|
|
|