Weather/smali_classes2/com/moji/mjweather/me/presenter/DefaultAccountPresenter.smali
2021-05-10 10:13:34 +02:00

50 lines
1.3 KiB
Smali

.class public Lcom/moji/mjweather/me/presenter/DefaultAccountPresenter;
.super Lcom/moji/mjweather/me/presenter/BaseAccountPresenter;
.source "DefaultAccountPresenter.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/mjweather/me/presenter/BaseAccountPresenter<",
"Lcom/moji/mjweather/me/AccountApi;",
"Lcom/moji/mjweather/me/view/IBaseAccountInputView;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(Lcom/moji/mjweather/me/view/IBaseAccountInputView;)V
.locals 0
.line 12
invoke-direct {p0, p1}, Lcom/moji/mjweather/me/presenter/BaseAccountPresenter;-><init>(Lcom/moji/mjweather/me/view/IBaseAccountInputView;)V
return-void
.end method
# virtual methods
.method protected synthetic b()Ljava/lang/Object;
.locals 1
.line 10
invoke-virtual {p0}, Lcom/moji/mjweather/me/presenter/DefaultAccountPresenter;->d()Lcom/moji/mjweather/me/AccountApi;
move-result-object v0
return-object v0
.end method
.method protected d()Lcom/moji/mjweather/me/AccountApi;
.locals 1
.line 17
new-instance v0, Lcom/moji/mjweather/me/AccountApi;
invoke-direct {v0}, Lcom/moji/mjweather/me/AccountApi;-><init>()V
return-object v0
.end method