IGameModel.smali
.class public interface abstract Lcom/cm/plugincluster/gamebox/IGameModel;
.super Ljava/lang/Object;
.source "IGameModel.java"
# virtual methods
.method public abstract getGameType()I
.end method
.method public abstract getInstallTime()J
.end method
.method public abstract getLastUsedTime()J
.end method
.method public abstract getPercentage()I
.end method
.method public abstract getPkgName()Ljava/lang/String;
.end method
.method public abstract getTitle()Ljava/lang/String;
.end method
.method public abstract getUsedCounts()I
.end method
.method public abstract getUsedSize()I
.end method
.method public abstract isAddToBoosted()Z
.end method
.method public abstract isBoosted()Z
.end method