Weather/smali/com/moji/http/idx/entity/IndexCommon.smali
2021-05-10 10:13:34 +02:00

40 lines
912 B
Smali

.class public Lcom/moji/http/idx/entity/IndexCommon;
.super Lcom/moji/requestcore/entity/MJBaseRespRc;
.source "IndexCommon.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/moji/http/idx/entity/IndexCommon$Pictrue;,
Lcom/moji/http/idx/entity/IndexCommon$Comment;
}
.end annotation
# instance fields
.field public comment_list:Ljava/util/ArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/ArrayList<",
"Lcom/moji/http/idx/entity/IndexCommon$Comment;",
">;"
}
.end annotation
.end field
.field public comment_number:I
.field public page_cursor:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 0
.line 10
invoke-direct {p0}, Lcom/moji/requestcore/entity/MJBaseRespRc;-><init>()V
return-void
.end method