what-the-bank/sources/com/huawei/hms/common/HuaweiApiInterface.java

13 lines
259 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.huawei.hms.common;
import android.content.Context;
/* loaded from: classes2.dex */
public interface HuaweiApiInterface {
void setHostContext(Context context);
void setInnerHms();
void setSubAppId(String str) throws ApiException;
}