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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdRemoveNoTouchArea implements SDKParsable {
    public int areaId;

    private CmdRemoveNoTouchArea() {
    }

    public CmdRemoveNoTouchArea(int i2) {
        this();
        this.areaId = i2;
    }
}
