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

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

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

    private CmdSetStartUpAlarm() {
    }

    public CmdSetStartUpAlarm(int i) {
        this();
        this.seconds = i;
    }
}
