Weather/smali_classes2/com/moji/index/TidePresenter$TideCallBack.smali
2021-05-10 10:13:34 +02:00

34 lines
781 B
Smali

.class public interface abstract Lcom/moji/index/TidePresenter$TideCallBack;
.super Ljava/lang/Object;
.source "TidePresenter.java"
# interfaces
.implements Lcom/moji/base/MJPresenter$ICallback;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/moji/index/TidePresenter;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "TideCallBack"
.end annotation
# virtual methods
.method public abstract a()V
.end method
.method public abstract a(Ljava/util/List;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/moji/index/DailyTideBriefInfo;",
">;)V"
}
.end annotation
.end method