package com.seewo.sdk.interfaces;

/* JADX INFO: loaded from: classes.dex */
public interface ISDKTimerHelper {
    void setStartUpAlarm(int i2);

    void syncRtcTimeToSystem();

    void syncSystemTimeToRTC();
}
