13 lines
346 B
Java
13 lines
346 B
Java
|
package com.google.android.gms.internal.measurement;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import android.os.IInterface;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface zzci extends IInterface {
|
||
|
int zzd() throws RemoteException;
|
||
|
|
||
|
void zze(String str, String str2, Bundle bundle, long j) throws RemoteException;
|
||
|
}
|