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

27 lines
551 B
Smali

.class public abstract Lcom/moji/mjweather/me/fragment/MJMVPFragment;
.super Lcom/moji/mvpframe/MVPFragment;
.source "MJMVPFragment.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<P:",
"Lcom/moji/mvpframe/BasePresenter;",
">",
"Lcom/moji/mvpframe/MVPFragment<",
"TP;>;"
}
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 13
invoke-direct {p0}, Lcom/moji/mvpframe/MVPFragment;-><init>()V
return-void
.end method