IProxyInfo.smali
.class public interface abstract Lsg/bigo/svcapi/network/IProxyInfo;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract getPassword()Ljava/lang/String;
.end method
.method public abstract getProxyIp()I
.end method
.method public abstract getProxyPort()S
.end method
.method public abstract getUserName()Ljava/lang/String;
.end method