Files
rr3-apk/smali/androidx/datastore/preferences/protobuf/MutabilityOracle.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

28 lines
763 B
Smali

.class interface abstract Landroidx/datastore/preferences/protobuf/MutabilityOracle;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final IMMUTABLE:Landroidx/datastore/preferences/protobuf/MutabilityOracle;
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 35
new-instance v0, Landroidx/datastore/preferences/protobuf/MutabilityOracle$1;
invoke-direct {v0}, Landroidx/datastore/preferences/protobuf/MutabilityOracle$1;-><init>()V
sput-object v0, Landroidx/datastore/preferences/protobuf/MutabilityOracle;->IMMUTABLE:Landroidx/datastore/preferences/protobuf/MutabilityOracle;
return-void
.end method
# virtual methods
.method public abstract ensureMutable()V
.end method