Weather/smali_classes4/com/tencent/smtt/sdk/an.smali
2021-05-10 10:13:34 +02:00

47 lines
842 B
Smali

.class final Lcom/tencent/smtt/sdk/an;
.super Ljava/lang/ThreadLocal;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/ThreadLocal<",
"Ljava/lang/Integer;",
">;"
}
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/ThreadLocal;-><init>()V
return-void
.end method
# virtual methods
.method public a()Ljava/lang/Integer;
.locals 1
const/4 v0, 0x0
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
return-object v0
.end method
.method public synthetic initialValue()Ljava/lang/Object;
.locals 1
invoke-virtual {p0}, Lcom/tencent/smtt/sdk/an;->a()Ljava/lang/Integer;
move-result-object v0
return-object v0
.end method