39 lines
1.0 KiB
Smali
39 lines
1.0 KiB
Smali
.class public Lcom/moji/mjweather/me/presenter/ClearCachePresenter;
|
|
.super Lcom/moji/mjweather/me/DefaultPresenter;
|
|
.source "ClearCachePresenter.java"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/moji/mvpframe/IMJMvpView;)V
|
|
.locals 0
|
|
|
|
.line 15
|
|
invoke-direct {p0, p1}, Lcom/moji/mjweather/me/DefaultPresenter;-><init>(Lcom/moji/mvpframe/IMJMvpView;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Lcom/moji/requestcore/MJHttpCallback;)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/moji/requestcore/MJHttpCallback<",
|
|
"Lcom/moji/http/ast/entity/ClearAppInfoEntity;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 19
|
|
new-instance v0, Lcom/moji/http/ast/GetAppRequest;
|
|
|
|
invoke-direct {v0}, Lcom/moji/http/ast/GetAppRequest;-><init>()V
|
|
|
|
.line 20
|
|
invoke-virtual {v0, p1}, Lcom/moji/http/ast/GetAppRequest;->a(Lcom/moji/requestcore/MJBaseHttpCallback;)V
|
|
|
|
return-void
|
|
.end method
|