Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.google.android.gms.libs.identity;
|
||||
|
||||
import java.util.concurrent.Executor;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final /* synthetic */ class zzce implements Executor {
|
||||
static final /* synthetic */ zzce zza = new zzce();
|
||||
|
||||
private /* synthetic */ zzce() {
|
||||
}
|
||||
|
||||
@Override // java.util.concurrent.Executor
|
||||
public final /* synthetic */ void execute(Runnable runnable) {
|
||||
runnable.run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user