Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

18 lines
687 B
Java

package com.google.android.gms.drive.metadata;
import com.google.android.gms.common.data.DataHolder;
import java.util.Collection;
/* loaded from: classes2.dex */
public abstract class zzb<T> extends zza<Collection<T>> {
public zzb(String str, Collection<String> collection, Collection<String> collection2, int i) {
super(str, collection, collection2, i);
}
@Override // com.google.android.gms.drive.metadata.zza
/* renamed from: zzd, reason: merged with bridge method [inline-methods] */
public Collection<T> zzc(DataHolder dataHolder, int i, int i2) {
throw new UnsupportedOperationException("Cannot read collections from a dataHolder.");
}
}