package com.seewo.sdk.internal.response.audio;

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

/* JADX INFO: loaded from: classes.dex */
public class RespGetLineOutSource implements SDKParsable {
    public b lineOutSource;

    private RespGetLineOutSource() {
    }

    public RespGetLineOutSource(b bVar) {
        this();
        this.lineOutSource = bVar;
    }
}
