Weather/smali_classes2/com/moji/http/wcr/WCRWeatherFeedRequest.smali
2021-05-10 10:13:34 +02:00

29 lines
655 B
Smali

.class public Lcom/moji/http/wcr/WCRWeatherFeedRequest;
.super Lcom/moji/http/wcr/WcrBaseRequest;
.source "WCRWeatherFeedRequest.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<M:",
"Lcom/moji/requestcore/entity/MJBaseRespRc;",
">",
"Lcom/moji/http/wcr/WcrBaseRequest<",
"TM;>;"
}
.end annotation
# direct methods
.method protected constructor <init>()V
.locals 1
const-string v0, "weather_correct/json/correct/newCorrection"
.line 12
invoke-direct {p0, v0}, Lcom/moji/http/wcr/WcrBaseRequest;-><init>(Ljava/lang/String;)V
return-void
.end method