IGiftboxPluginModule.smali

.class public interface abstract Lcom/cm/plugincluster/giftbox/interfaces/IGiftboxPluginModule;
.super Ljava/lang/Object;
.source "IGiftboxPluginModule.java"


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

.method public abstract getGiftView()Landroid/view/View;
.end method

.method public abstract getTipView()Landroid/view/View;
.end method

.method public abstract loadGiftBox()V
.end method

.method public abstract registerService()V
.end method

.method public abstract reportPageStep(Z)V
.end method

.method public abstract showRedDot(Z)V
.end method

.method public abstract unRegisterView()V
.end method