Weather/smali_classes2/com/moji/mjweather/weather/control/WeatherBottomAdViewControl.smali
2021-05-10 10:13:34 +02:00

20 lines
761 B
Smali

.class public Lcom/moji/mjweather/weather/control/WeatherBottomAdViewControl;
.super Lcom/moji/mjweather/weather/control/WeatherAdViewControl;
.source "WeatherBottomAdViewControl.java"
# direct methods
.method public constructor <init>(Landroid/content/Context;)V
.locals 0
.line 18
invoke-direct {p0, p1}, Lcom/moji/mjweather/weather/control/WeatherAdViewControl;-><init>(Landroid/content/Context;)V
.line 19
sget-object p1, Lcom/moji/launchserver/AdCommonInterface$AdPosition;->POS_WEATHER_FRONT_PAGE_BOTTOM:Lcom/moji/launchserver/AdCommonInterface$AdPosition;
iput-object p1, p0, Lcom/moji/mjweather/weather/control/WeatherBottomAdViewControl;->c:Lcom/moji/launchserver/AdCommonInterface$AdPosition;
return-void
.end method