package com.seewo.sdk.interfaces;

import com.seewo.sdk.internal.model.SDKParsable;

/* JADX INFO: loaded from: classes.dex */
public class ISDKVideoRecorderHelper$SDKVideoRecorderNetworkInfo implements SDKParsable {
    public String dns;
    public String gateWay;
    public String ip;
    public String mask;

    public ISDKVideoRecorderHelper$SDKVideoRecorderNetworkInfo() {
    }

    public ISDKVideoRecorderHelper$SDKVideoRecorderNetworkInfo(String str, String str2, String str3, String str4) {
        this.ip = str;
        this.mask = str2;
        this.gateWay = str3;
        this.dns = str4;
    }
}
