WebCreator.smali

.class public interface abstract Lcom/just/agentweb/WebCreator;
.super Ljava/lang/Object;
.source "WebCreator.java"

# interfaces
.implements Lcom/just/agentweb/IWebIndicator;


# virtual methods
.method public abstract create()Lcom/just/agentweb/WebCreator;
.end method

.method public abstract getWebParentLayout()Landroid/widget/FrameLayout;
.end method

.method public abstract getWebView()Landroid/webkit/WebView;
.end method

.method public abstract getWebViewType()I
.end method