package n7;

import android.os.Bundle;
import android.os.IInterface;
import android.os.RemoteException;
import androidx.annotation.Nullable;
import java.util.List;

/* JADX INFO: loaded from: classes2.dex */
public interface m2 extends IInterface {
    String zze();

    @Nullable
    String zzf() throws RemoteException;

    List zzg();

    @Nullable
    h4 zzh() throws RemoteException;

    Bundle zzi();

    String zzj();
}
