10 lines
242 B
Java
10 lines
242 B
Java
|
package com.google.android.gms.common.internal.service;
|
||
|
|
||
|
import android.os.IInterface;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface zak extends IInterface {
|
||
|
void zab(int i) throws RemoteException;
|
||
|
}
|