INewsItem.smali

.class public interface abstract Lcom/cm/plugincluster/news/platform/INewsItem;
.super Ljava/lang/Object;
.source "INewsItem.java"

# interfaces
.implements Lcom/cm/plugincluster/news/platform/IItemData;


# static fields
.field public static final STYLE_HOT:I = 0x1


# virtual methods
.method public abstract getContent()Ljava/lang/String;
.end method

.method public abstract getNewsType()I
.end method

.method public abstract getONews()Lcom/cm/plugincluster/news/model/ONews;
.end method

.method public abstract getScenario()Lcom/cm/plugincluster/news/model/ONewsScenario;
.end method

.method public abstract getScenario(I)Lcom/cm/plugincluster/news/model/ONewsScenario;
.end method

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

.method public abstract getStyle()I
.end method

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

.method public abstract getVideoInfo()Lcom/cm/plugincluster/news/model/IChannelVideoInfo;
.end method

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

.method public abstract isRead()Z
.end method

.method public abstract isShow()Z
.end method

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

.method public abstract onBind(I)V
.end method

.method public abstract onClick()V
.end method

.method public abstract resetShow()V
.end method