jimu-decompiled/sources/com/google/android/gms/dynamite/zzi.java
2025-05-13 19:24:51 +02:00

19 lines
643 B
Java

package com.google.android.gms.dynamite;
import android.os.IInterface;
import android.os.RemoteException;
import com.google.android.gms.dynamic.IObjectWrapper;
/* loaded from: classes.dex */
public interface zzi extends IInterface {
int a(IObjectWrapper iObjectWrapper, String str, boolean z) throws RemoteException;
IObjectWrapper a(IObjectWrapper iObjectWrapper, String str, int i) throws RemoteException;
int b(IObjectWrapper iObjectWrapper, String str, boolean z) throws RemoteException;
IObjectWrapper b(IObjectWrapper iObjectWrapper, String str, int i) throws RemoteException;
int g() throws RemoteException;
}