IPresenter.smali

.class public interface abstract Lcom/cleanmaster/gameboost/IPresenter;
.super Ljava/lang/Object;
.source "IPresenter.java"


# virtual methods
.method public abstract checkBoostByLogic()Z
.end method

.method public abstract checkVipByLogic()V
.end method

.method public abstract getGamePackages()Ljava/util/List;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Ljava/util/List",
            "<",
            "Ljava/lang/String;",
            ">;"
        }
    .end annotation
.end method

.method public abstract isActive()Z
.end method

.method public abstract isVip()Z
.end method

.method public abstract onDestroy()V
.end method

.method public abstract stopBoost()V
.end method

.method public abstract toBoost(Ljava/lang/String;)V
.end method

.method public abstract toSetting()V
.end method

.method public abstract toVip(Ljava/lang/String;)V
.end method

.method public abstract toWatchAD(Ljava/lang/String;)V
.end method