Weather/smali_classes2/com/moji/http/weather/entity/ConstellationResp.smali
2021-05-10 10:13:34 +02:00

19 lines
397 B
Smali

.class public Lcom/moji/http/weather/entity/ConstellationResp;
.super Lcom/moji/requestcore/entity/MJBaseRespRc;
.source "ConstellationResp.java"
# instance fields
.field public job:Lorg/json/JSONObject;
# direct methods
.method public constructor <init>()V
.locals 0
.line 11
invoke-direct {p0}, Lcom/moji/requestcore/entity/MJBaseRespRc;-><init>()V
return-void
.end method