13 lines
332 B
Java
13 lines
332 B
Java
package com.google.android.gms.common.internal;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface zzz extends IInterface {
|
|
int zzc() throws RemoteException;
|
|
|
|
IObjectWrapper zzd() throws RemoteException;
|
|
}
|