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

26 lines
779 B
Smali

.class public Lcom/moji/mjweather/setting/presenter/AccountInfoPresenter;
.super Lcom/moji/mjweather/setting/presenter/BaseAccountPreferencePresenter;
.source "AccountInfoPresenter.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<IAccountInfo",
"ListView:Ljava/lang/Object;",
">",
"Lcom/moji/mjweather/setting/presenter/BaseAccountPreferencePresenter;"
}
.end annotation
# direct methods
.method public constructor <init>(Lcom/moji/mjweather/setting/view/IAccountPreferenceView;)V
.locals 0
.line 11
invoke-direct {p0, p1}, Lcom/moji/mjweather/setting/presenter/BaseAccountPreferencePresenter;-><init>(Lcom/moji/mjweather/setting/view/IAccountPreferenceView;)V
return-void
.end method