Weather/smali_classes2/com/moji/mjsnowmodule/presenter/SnowEntryPresenter$SnowEntryCallback.smali
2021-05-10 10:13:34 +02:00

26 lines
691 B
Smali

.class public interface abstract Lcom/moji/mjsnowmodule/presenter/SnowEntryPresenter$SnowEntryCallback;
.super Ljava/lang/Object;
.source "SnowEntryPresenter.java"
# interfaces
.implements Lcom/moji/base/MJPresenter$ICallback;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/mjsnowmodule/presenter/SnowEntryPresenter;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "SnowEntryCallback"
.end annotation
# virtual methods
.method public abstract onFailed(Lcom/moji/requestcore/MJException;)V
.end method
.method public abstract onSuccess(Lcom/moji/http/snow/bean/SnowPushInfo;)V
.end method