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

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

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

    private CmdNotifySmartPenKeyEvent() {
    }

    public CmdNotifySmartPenKeyEvent(int i2) {
        this();
        this.keyCode = i2;
    }
}
