10 lines
335 B
Java
10 lines
335 B
Java
package com.google.android.gms.common.internal.service;
|
|
|
|
import android.os.IInterface;
|
|
import android.os.RemoteException;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public interface zak extends IInterface {
|
|
void zab(int i) throws RemoteException;
|
|
} |