Constants$Scheme.smali
.class public interface abstract Lcom/taobao/weex/common/Constants$Scheme;
.super Ljava/lang/Object;
.source "Constants.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/taobao/weex/common/Constants;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Scheme"
.end annotation
# static fields
.field public static final DATA:Ljava/lang/String; = "data"
.field public static final FILE:Ljava/lang/String; = "file"
.field public static final HTTP:Ljava/lang/String; = "http"
.field public static final HTTPS:Ljava/lang/String; = "https"
.field public static final LOCAL:Ljava/lang/String; = "local"