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

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

/* JADX INFO: loaded from: classes.dex */
public class RespGetTouchChannel implements SDKParsable {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private SDKUSBSource f3509b;

    private RespGetTouchChannel() {
    }

    public SDKUSBSource getSource() {
        return this.f3509b;
    }

    public void setSource(SDKUSBSource sDKUSBSource) {
        this.f3509b = sDKUSBSource;
    }

    public RespGetTouchChannel(SDKUSBSource sDKUSBSource) {
        this();
        this.f3509b = sDKUSBSource;
    }
}
