11 lines
274 B
Java
11 lines
274 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 zzcf extends IInterface {
|
||
|
void zzd(Bundle bundle) throws RemoteException;
|
||
|
}
|