Weather/smali_classes2/com/moji/mjallergy/presenter/AllergyMainPresenter$MainCallback.smali
2021-05-10 10:13:34 +02:00

32 lines
811 B
Smali

.class public interface abstract Lcom/moji/mjallergy/presenter/AllergyMainPresenter$MainCallback;
.super Ljava/lang/Object;
.source "AllergyMainPresenter.java"
# interfaces
.implements Lcom/moji/base/MJPresenter$ICallback;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/mjallergy/presenter/AllergyMainPresenter;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "MainCallback"
.end annotation
# virtual methods
.method public abstract onArticleFailed()V
.end method
.method public abstract onArticleSuccess(Lcom/moji/http/allergy/bean/AllergyArticleBean;)V
.end method
.method public abstract onFail()V
.end method
.method public abstract onSuccess(Lcom/moji/http/allergy/bean/AllergyMainBean;)V
.end method