Weather/smali_classes4/com/qq/e/comm/pi/ACTD.smali
2021-05-10 10:13:34 +02:00

35 lines
775 B
Smali

.class public interface abstract Lcom/qq/e/comm/pi/ACTD;
.super Ljava/lang/Object;
# static fields
.field public static final APPID_KEY:Ljava/lang/String; = "appid"
.field public static final DELEGATE_NAME_KEY:Ljava/lang/String; = "gdt_activity_delegate_name"
# virtual methods
.method public abstract onAfterCreate(Landroid/os/Bundle;)V
.end method
.method public abstract onBackPressed()V
.end method
.method public abstract onBeforeCreate(Landroid/os/Bundle;)V
.end method
.method public abstract onConfigurationChanged(Landroid/content/res/Configuration;)V
.end method
.method public abstract onDestroy()V
.end method
.method public abstract onPause()V
.end method
.method public abstract onResume()V
.end method
.method public abstract onStop()V
.end method