11 lines
437 B
Java
11 lines
437 B
Java
package com.google.android.gms.maps.internal;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.maps.model.StreetViewPanoramaCamera;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-maps@@19.0.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public interface zzbl extends IInterface {
|
|
void zzb(StreetViewPanoramaCamera streetViewPanoramaCamera) throws RemoteException;
|
|
} |