Weather/smali_classes2/com/moji/mjweather/thunderstorm/NearByLivePhotoCallBack.smali
2021-05-10 10:13:34 +02:00

23 lines
576 B
Smali

.class public interface abstract Lcom/moji/mjweather/thunderstorm/NearByLivePhotoCallBack;
.super Ljava/lang/Object;
.source "NearByLivePhotoCallBack.java"
# interfaces
.implements Lcom/moji/base/MJPresenter$ICallback;
# 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/http/snsforum/entity/NearByPhoto$ListBean;",
">;)V"
}
.end annotation
.end method