what-the-bank/sources/com/google/android/gms/internal/maps/zzaf.java

11 lines
301 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.maps;
import android.os.IInterface;
import android.os.RemoteException;
import com.google.android.gms.maps.model.Tile;
/* loaded from: classes2.dex */
public interface zzaf extends IInterface {
Tile getTile(int i, int i2, int i3) throws RemoteException;
}