InterestedModel.smali

.class public Lcom/cleanmaster/hpsharelib/func/interested/InterestedModel;
.super Ljava/lang/Object;
.source "InterestedModel.java"


# instance fields
.field public mPkgName:Ljava/lang/String;

.field public mPlanList:Ljava/util/List;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Ljava/util/List",
            "<",
            "Lcom/cleanmaster/hpsharelib/func/interested/InPlanModel;",
            ">;"
        }
    .end annotation
.end field


# direct methods
.method public constructor <init>()V
    .registers 2

    .prologue
    .line 8
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 12
    const/4 v0, 0x0

    iput-object v0, p0, Lcom/cleanmaster/hpsharelib/func/interested/InterestedModel;->mPlanList:Ljava/util/List;

    return-void
.end method