Weather/smali_classes3/com/moji/novice/component/WeatherMainScrollComponent.smali
2021-05-10 10:13:34 +02:00

35 lines
752 B
Smali

.class public Lcom/moji/novice/component/WeatherMainScrollComponent;
.super Ljava/lang/Object;
.source "WeatherMainScrollComponent.java"
# interfaces
.implements Lcom/moji/novice/guide/Component;
# direct methods
.method public constructor <init>()V
.locals 0
.line 14
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a(Landroid/view/LayoutInflater;)Landroid/view/View;
.locals 2
.line 19
sget v0, Lcom/moji/novice/R$layout;->layout_weather_scroll_novice:I
const/4 v1, 0x0
invoke-virtual {p1, v0, v1}, Landroid/view/LayoutInflater;->inflate(ILandroid/view/ViewGroup;)Landroid/view/View;
move-result-object p1
return-object p1
.end method