- 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
14 lines
479 B
Java
14 lines
479 B
Java
package androidx.datastore.preferences.protobuf;
|
|
|
|
/* loaded from: classes.dex */
|
|
interface MutabilityOracle {
|
|
public static final MutabilityOracle IMMUTABLE = new MutabilityOracle() { // from class: androidx.datastore.preferences.protobuf.MutabilityOracle.1
|
|
@Override // androidx.datastore.preferences.protobuf.MutabilityOracle
|
|
public void ensureMutable() {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
};
|
|
|
|
void ensureMutable();
|
|
}
|