34 lines
766 B
Smali
34 lines
766 B
Smali
.class public Lcom/moji/mjweather/feed/utils/CardParseUtils;
|
|
.super Ljava/lang/Object;
|
|
.source "CardParseUtils.java"
|
|
|
|
|
|
# instance fields
|
|
.field private a:Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/List<",
|
|
"Lcom/moji/http/fdsapi/entity/cards/FeedBean;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 19
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 21
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/moji/mjweather/feed/utils/CardParseUtils;->a:Ljava/util/List;
|
|
|
|
return-void
|
|
.end method
|