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

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

/* JADX INFO: loaded from: classes.dex */
public class CmdSendUSBUnlockFile implements SDKParsable {
    public String filePath;

    private CmdSendUSBUnlockFile() {
    }

    public CmdSendUSBUnlockFile(String str) {
        this();
        this.filePath = str;
    }
}
