50 lines
1.1 KiB
Smali
50 lines
1.1 KiB
Smali
.class public Lcom/moji/mjweather/me/DefaultPresenter;
|
|
.super Lcom/moji/mvpframe/BasePresenter;
|
|
.source "DefaultPresenter.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/moji/mvpframe/BasePresenter<",
|
|
"Lcom/moji/mvpframe/DefaultApi;",
|
|
"Lcom/moji/mvpframe/IMJMvpView;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/moji/mvpframe/IMJMvpView;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/moji/mvpframe/BasePresenter;-><init>(Lcom/moji/mvpframe/IMJMvpView;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method protected synthetic b()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 11
|
|
invoke-virtual {p0}, Lcom/moji/mjweather/me/DefaultPresenter;->d()Lcom/moji/mvpframe/DefaultApi;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method protected d()Lcom/moji/mvpframe/DefaultApi;
|
|
.locals 1
|
|
|
|
.line 18
|
|
new-instance v0, Lcom/moji/mvpframe/DefaultApi;
|
|
|
|
invoke-direct {v0}, Lcom/moji/mvpframe/DefaultApi;-><init>()V
|
|
|
|
return-object v0
|
|
.end method
|