IWeatherDataProviderCover$WeatherData.smali

.class public interface abstract Lcom/cm/plugincluster/weather/businessdk/IWeatherDataProviderCover$WeatherData;
.super Ljava/lang/Object;
.source "IWeatherDataProviderCover.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/cm/plugincluster/weather/businessdk/IWeatherDataProviderCover;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x609
    name = "WeatherData"
.end annotation


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

.method public abstract getTemperatureHightTommorrow()I
.end method

.method public abstract getTemperatureLowTommorrow()I
.end method

.method public abstract getTemperatureNow()I
.end method

.method public abstract getWeatherCode()I
.end method

.method public abstract getWeatherCodeTommorrow()I
.end method