IPluginEnvFactory.smali
.class public interface abstract Lcom/cm/plugincluster/weather/env/IPluginEnvFactory;
.super Ljava/lang/Object;
.source "IPluginEnvFactory.java"
# virtual methods
.method public abstract getAppInfo()Lcom/cm/plugincluster/weather/env/IPluginAppInfo;
.end method
.method public abstract getApplicationContext()Landroid/content/Context;
.end method
.method public abstract getLogger()Lcom/cm/plugincluster/weather/env/IPluginSDKLogger;
.end method
.method public abstract productInfocReporter()Lcom/cm/plugincluster/weather/env/IPluginInfocReporter;
.end method