10 lines
249 B
Java
10 lines
249 B
Java
|
package com.google.android.gms.maps.internal;
|
||
|
|
||
|
import android.os.IInterface;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface zzt extends IInterface {
|
||
|
void onCameraMoveStarted(int i) throws RemoteException;
|
||
|
}
|