34 lines
830 B
Smali
34 lines
830 B
Smali
.class public abstract Lcom/moji/mjweather/setting/presenter/SettingPresenter;
|
|
.super Lcom/moji/mvpframe/BasePresenter;
|
|
.source "SettingPresenter.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<A:",
|
|
"Ljava/lang/Object;",
|
|
"V::",
|
|
"Lcom/moji/mjweather/setting/view/SettingView;",
|
|
">",
|
|
"Lcom/moji/mvpframe/BasePresenter<",
|
|
"TA;TV;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/moji/mjweather/setting/view/SettingView;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(TV;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/moji/mvpframe/BasePresenter;-><init>(Lcom/moji/mvpframe/IMJMvpView;)V
|
|
|
|
return-void
|
|
.end method
|