IDaemonStrategy.smali
.class public interface abstract Lcom/cleanmaster/daemon/nativeforlive/utils/IDaemonStrategy;
.super Ljava/lang/Object;
.source "IDaemonStrategy.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/cleanmaster/daemon/nativeforlive/utils/IDaemonStrategy$Fetcher;
}
.end annotation
# virtual methods
.method public abstract onDaemonAssistantCreate(Landroid/content/Context;Lcom/cleanmaster/daemon/nativeforlive/utils/DaemonConfigurations;)V
.end method
.method public abstract onDaemonDead()V
.end method
.method public abstract onInitialization(Landroid/content/Context;)Z
.end method
.method public abstract onPersistentCreate(Landroid/content/Context;Lcom/cleanmaster/daemon/nativeforlive/utils/DaemonConfigurations;)V
.end method